#include "config_pstats.h"#include "pStatClient.h"#include "pStatCollector.h"#include <luse.h>#include <queuedConnectionManager.h>#include <queuedConnectionReader.h>#include <connectionWriter.h>#include <netAddress.h>#include <connection.h>#include <netDatagram.h>#include <signal.h>#include <algorithm>Go to the source code of this file.
Compounds | |
| struct | SampleData |
| class | WaitRequest |
Defines | |
| #define | NUM_DATASETS 3 |
Functions | |
| void | signal_handler (int) |
| int | main (int argc, char *argv[]) |
Variables | |
| bool | user_interrupted = false |
| SampleData | dataset_zero [] |
| SampleData | dataset_one [] |
| SampleData | dataset_two [] |
| SampleData * | datasets [3] |
Definition in file test_client.cxx.
|
|
Definition at line 77 of file test_client.cxx. |
|
||||||||||||
|
Definition at line 95 of file test_client.cxx. References argv. |
|
|
Definition at line 40 of file test_client.cxx. References SampleData::category, and SampleData::min_ms. |
|
|
Initial value: {
{ "Draw", 10, 12, false },
{ "Squeak", 25, 30, false },
{ NULL },
}
Definition at line 59 of file test_client.cxx. |
|
|
Initial value: {
{ "Squeak", 40, 45, false },
{ "Cull", 20, 22, false },
{ "Draw", 10, 20, false },
{ "Animation", 0, 0, false },
{ "Animation:mickey", 5, 6, false },
{ "Animation:donald", 5, 6, false },
{ "Animation:goofy", 5, 6, false },
{ "Animation:pluto", 5, 6, false },
{ NULL },
}
Definition at line 65 of file test_client.cxx. |
|
|
Initial value: {
{ "Draw", 10, 10, false },
{ "Cull", 5, 6, false },
{ "App", 0, 5, false },
{ "Texture memory", 1, 0.01, true },
{ NULL },
}
Definition at line 51 of file test_client.cxx. |
|
|
Initial value: Definition at line 78 of file test_client.cxx. |
|
|
Definition at line 37 of file test_client.cxx. |
1.3