![]() |
AGX Dynamics 2.40.0.0
|
Typedefs | |
using | Bucket = std::pair< agx::Name, agx::Real > |
typedef agx::HashVector< agx::Name, agx::Real > | TimingStorage |
Functions | |
AGXTERRAIN_EXPORT void | clear () |
AGXTERRAIN_EXPORT agx::Real & | currentTime () |
AGXTERRAIN_EXPORT TimingStorage & | getStorage () |
AGXTERRAIN_EXPORT void | printTimers (const agx::String &title) |
AGXTERRAIN_EXPORT void | printToFile (agx::Real time, const agx::String &filename) |
AGXTERRAIN_EXPORT void | registerTiming (const agx::Name &name, agx::Real value) |
AGXTERRAIN_EXPORT void | resetFile (const agx::String &filename) |
using agxTerrain::Profiler::Bucket = typedef std::pair<agx::Name, agx::Real> |
Definition at line 33 of file ProfilingTools.h.
Definition at line 32 of file ProfilingTools.h.
AGXTERRAIN_EXPORT void agxTerrain::Profiler::clear | ( | ) |
AGXTERRAIN_EXPORT agx::Real & agxTerrain::Profiler::currentTime | ( | ) |
AGXTERRAIN_EXPORT TimingStorage & agxTerrain::Profiler::getStorage | ( | ) |
AGXTERRAIN_EXPORT void agxTerrain::Profiler::printTimers | ( | const agx::String & | title | ) |
AGXTERRAIN_EXPORT void agxTerrain::Profiler::printToFile | ( | agx::Real | time, |
const agx::String & | filename | ||
) |
AGXTERRAIN_EXPORT void agxTerrain::Profiler::registerTiming | ( | const agx::Name & | name, |
agx::Real | value | ||
) |
AGXTERRAIN_EXPORT void agxTerrain::Profiler::resetFile | ( | const agx::String & | filename | ) |