#include <Timer.h>
void ge::Timer::clear |
( |
| ) |
|
void ge::Timer::create |
( |
bool |
_showAsFPS = false | ) |
|
void ge::Timer::generateTimerQuery |
( |
int |
_count | ) |
|
const GLuint64 * ge::Timer::getAllResults |
( |
int |
_id | ) |
|
double ge::Timer::getElapsedTime |
( |
| ) |
|
int ge::Timer::getQueryCount |
( |
| ) |
|
GLuint64 ge::Timer::getResult |
( |
int |
_id | ) |
|
GLint64 ge::Timer::getSingleAsynchronousQueryResult |
( |
| ) |
|
bool ge::Timer::isRunning |
( |
| ) |
|
void ge::Timer::setTimestampForQuery |
( |
int |
_id | ) |
|
void ge::Timer::start |
( |
| ) |
|
void ge::Timer::start |
( |
std::string |
_inTitle | ) |
|
void ge::Timer::startGPUClock |
( |
| ) |
|
void ge::Timer::startSingleAsynchronousQuery |
( |
| ) |
|
void ge::Timer::stop |
( |
std::string |
_outTitle | ) |
|
void ge::Timer::stopAndRestart |
( |
std::string |
_outTitle | ) |
|
GLint64 ge::Timer::stopAndShowGPUClock |
( |
std::string |
_outTitle = "" | ) |
|
void ge::Timer::stopGPUClock |
( |
| ) |
|
void ge::Timer::stopSingleAsynchronousQuery |
( |
| ) |
|
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/include/Timer.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineCore/src/Timer.cpp