#include "config_pstats.h"
#include <dconfig.h>
Go to the source code of this file.
Functions | |
ConfigureDef (config_pstats) | |
NotifyCategoryDef (pstats,"") | |
ConfigureFn (config_pstats) | |
string | get_pstats_name () |
float | get_pstats_max_rate () |
void | init_libpstatclient () |
Initializes the library. | |
Variables | |
const string | pstats_host = config_pstats.GetString("pstats-host", "localhost") |
const int | pstats_port = config_pstats.GetInt("pstats-port", 5180) |
const float | pstats_target_frame_rate = config_pstats.GetFloat("pstats-target-frame-rate", 30.0) |
const bool | pstats_scroll_mode = config_pstats.GetBool("pstats-scroll-mode", true) |
const float | pstats_history = config_pstats.GetFloat("pstats-history", 30.0) |
const bool | pstats_threaded_write = config_pstats.GetBool("pstats-threaded-write", false) |
Definition in file config_pstats.cxx.
|
|
|
Definition at line 29 of file config_pstats.cxx. |
|
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 48 of file config_pstats.cxx. |
|
Definition at line 41 of file config_pstats.cxx. Referenced by get_pstats_max_rate(). |
|
Definition at line 42 of file config_pstats.cxx. Referenced by get_pstats_max_rate(). |
|
Definition at line 47 of file config_pstats.cxx. |
|
Definition at line 43 of file config_pstats.cxx. Referenced by get_pstats_max_rate(). |
|
Definition at line 49 of file config_pstats.cxx. |