#include <pandabase.h>
#include <notifyCategoryProxy.h>
#include <dconfig.h>
Go to the source code of this file.
Functions | |
ConfigureDecl (config_pstats, EXPCL_PANDA, EXPTP_PANDA) | |
NotifyCategoryDecl (pstats, EXPCL_PANDA, EXPTP_PANDA) | |
EXPCL_PANDA string | get_pstats_name () |
EXPCL_PANDA float | get_pstats_max_rate () |
EXPCL_PANDA void | init_libpstatclient () |
Initializes the library. | |
Variables | |
EXPCL_PANDA const string | pstats_host |
EXPCL_PANDA const int | pstats_port |
EXPCL_PANDA const float | pstats_target_frame_rate |
EXPCL_PANDA const bool | pstats_scroll_mode |
EXPCL_PANDA const float | pstats_history |
EXPCL_PANDA const bool | pstats_threaded_write |
Definition in file config_pstats.h.
|
|
|
Definition at line 37 of file config_pstats.cxx. References pstats_host, pstats_port, and pstats_target_frame_rate. |
|
Definition at line 33 of file config_pstats.cxx. |
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 67 of file config_pstats.cxx. |
|
|
|
Definition at line 42 of file config_pstats.h. |
|
Definition at line 37 of file config_pstats.h. Referenced by get_pstats_max_rate(). |
|
Definition at line 38 of file config_pstats.h. Referenced by get_pstats_max_rate(). |
|
Definition at line 41 of file config_pstats.h. |
|
Definition at line 39 of file config_pstats.h. Referenced by get_pstats_max_rate(). |
|
Definition at line 44 of file config_pstats.h. |