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