All return values are either in milliseconds or frames per second; but they're internally stored in microseconds.
More...
|
| | FrameStats () |
| |
| void | addSample (uint64 timeMs) |
| | Adds a new measured time, in microseconds More...
|
| |
| float | getAvgFps () const |
| |
| float | getAvgTime () const |
| |
| float | getBestTime () const |
| |
| float | getFps () const |
| |
| float | getLastTime () const |
| |
| float | getWorstTime () const |
| |
| void | operator delete (void *ptr) |
| |
| void | operator delete (void *ptr, const char *, int, const char *) |
| |
| void | operator delete (void *ptr, void *) |
| |
| void | operator delete[] (void *ptr) |
| |
| void | operator delete[] (void *ptr, const char *, int, const char *) |
| |
| void * | operator new (size_t sz) |
| |
| void * | operator new (size_t sz, const char *file, int line, const char *func) |
| | operator new, with debug line info More...
|
| |
| void * | operator new (size_t sz, void *ptr) |
| | placement operator new More...
|
| |
| void * | operator new[] (size_t sz) |
| |
| void * | operator new[] (size_t sz, const char *file, int line, const char *func) |
| | array operator new, with debug line info More...
|
| |
| void | reset (uint64 timeMs) |
| |
All return values are either in milliseconds or frames per second; but they're internally stored in microseconds.