#include <MProfiling.h>
|
| Profiling (int outputInterval=1000, const std::string &name="") |
|
void | frameUpdate () |
| Call this once per frame.
|
|
int | numFrames () const |
|
int | addTimer (const std::string &name) |
| Adds a new timer and returns an ID to use in the sampling methods.
|
|
void | beginSampling (int timerId) |
| Start sampling a timer.
|
|
void | endSampling (int timerId) |
| End sampling a timer.
|
|
const std::string & | name () const |
|
void | setName (const std::string &name) |
|
void | setOutputInterval (int interval) |
|
int | getOutputInterval () const |
|
Benchmarking - Short description. Detailed description.
The documentation for this class was generated from the following files:
- Native/MariaNative/MGeoLayers/MProfiling.h
- Native/MariaNative/MGeoLayers/MProfiling.cpp