#include <Profiler.h>
◆ BeginCpuStat()
| void Profiler::BeginCpuStat |
( |
const char * |
name, |
|
|
bool |
persistent |
|
) |
| |
◆ BeginFrame()
| void Profiler::BeginFrame |
( |
| ) |
|
◆ BeginGpuStat()
| void Profiler::BeginGpuStat |
( |
const char * |
name | ) |
|
◆ DumpPersistentStats()
| void Profiler::DumpPersistentStats |
( |
| ) |
|
◆ EndCpuStat()
| void Profiler::EndCpuStat |
( |
const char * |
name, |
|
|
bool |
persistent |
|
) |
| |
◆ EndFrame()
| void Profiler::EndFrame |
( |
| ) |
|
◆ EndGpuStat()
| void Profiler::EndGpuStat |
( |
const char * |
name | ) |
|
◆ FindCpuStat()
| CpuStat * Profiler::FindCpuStat |
( |
const char * |
name, |
|
|
bool |
persistent |
|
) |
| |
◆ GetCpuFrameStats()
| const std::vector< CpuStat > & Profiler::GetCpuFrameStats |
( |
| ) |
const |
◆ GetCpuPersistentStats()
| const std::vector< CpuStat > & Profiler::GetCpuPersistentStats |
( |
| ) |
const |
◆ GetGpuStats()
| const std::vector< GpuStat > & Profiler::GetGpuStats |
( |
| ) |
const |
◆ LogPersistentStats()
| void Profiler::LogPersistentStats |
( |
| ) |
|
◆ SetGpuStatTime()
| void Profiler::SetGpuStatTime |
( |
const char * |
name, |
|
|
float |
time |
|
) |
| |
◆ mCpuFrameStats
| std::vector<CpuStat> Profiler::mCpuFrameStats |
|
protected |
◆ mCpuPersistentStats
| std::vector<CpuStat> Profiler::mCpuPersistentStats |
|
protected |
◆ mGpuStats
| std::vector<GpuStat> Profiler::mGpuStats |
|
protected |
The documentation for this class was generated from the following files: