Maria GDK 5.0.0.738
Documentation of native code in develop branch
Loading...
Searching...
No Matches
Maria::Profiling Class Reference

#include <MProfiling.h>

Public Member Functions

 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
 

Detailed Description

Benchmarking - Short description. Detailed description.


The documentation for this class was generated from the following files: