#include <string>Go to the source code of this file.
Classes | |
| class | RenderTools::Profiler |
Namespaces | |
| namespace | RenderTools |
| Program is used for the matrix stack. | |
Defines | |
| #define | PROFILER_BEGIN_EXPERIMENT(doExperiment, numOfObjects) |
| #define | PROFILER_END_EXPERIMENT(verbose) |
| #define | PROFILER_BEGIN_OBJECT() |
| #define | PROFILER_END_OBJECT() |
| #define PROFILER_BEGIN_EXPERIMENT | ( | doExperiment, | |||
| numOfObjects | ) |
Definition at line 127 of file Profiler.h.
| #define PROFILER_BEGIN_OBJECT | ( | ) |
Definition at line 129 of file Profiler.h.
| #define PROFILER_END_EXPERIMENT | ( | verbose | ) |
Definition at line 128 of file Profiler.h.
| #define PROFILER_END_OBJECT | ( | ) |
Definition at line 130 of file Profiler.h.
1.5.8