#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 () |
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 at line 26 of file config_pstats.cxx. References init_libpstatclient(). |
|
Definition at line 34 of file config_pstats.cxx. |
|
Definition at line 30 of file config_pstats.cxx. |
|
Definition at line 57 of file config_pstats.cxx. Referenced by ConfigureFn(), and init_libpanda(). |
|
|
|
Definition at line 45 of file config_pstats.cxx. |
|
Definition at line 38 of file config_pstats.cxx. |
|
Definition at line 39 of file config_pstats.cxx. Referenced by main(). |
|
Definition at line 44 of file config_pstats.cxx. |
|
Definition at line 40 of file config_pstats.cxx. |
|
Definition at line 46 of file config_pstats.cxx. |