#include <profiler.hpp>
|
static void | setDefaultX (const unsigned long long defaultX) |
|
static const std::string | timerInit (const int line, const std::string &function, const std::string &file) |
|
static void | timerEnd (const std::string &key) |
|
static void | printAveragedTimeMsOnIterationX (const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X) |
|
static void | printAveragedTimeMsEveryXIterations (const std::string &key, const int line, const std::string &function, const std::string &file, const unsigned long long x=DEFAULT_X) |
|
static void | profileGpuMemory (const int line, const std::string &function, const std::string &file) |
|
Definition at line 76 of file profiler.hpp.
◆ printAveragedTimeMsEveryXIterations()
static void op::Profiler::printAveragedTimeMsEveryXIterations |
( |
const std::string & |
key, |
|
|
const int |
line, |
|
|
const std::string & |
function, |
|
|
const std::string & |
file, |
|
|
const unsigned long long |
x = DEFAULT_X |
|
) |
| |
|
static |
◆ printAveragedTimeMsOnIterationX()
static void op::Profiler::printAveragedTimeMsOnIterationX |
( |
const std::string & |
key, |
|
|
const int |
line, |
|
|
const std::string & |
function, |
|
|
const std::string & |
file, |
|
|
const unsigned long long |
x = DEFAULT_X |
|
) |
| |
|
static |
◆ profileGpuMemory()
static void op::Profiler::profileGpuMemory |
( |
const int |
line, |
|
|
const std::string & |
function, |
|
|
const std::string & |
file |
|
) |
| |
|
static |
◆ setDefaultX()
static void op::Profiler::setDefaultX |
( |
const unsigned long long |
defaultX | ) |
|
|
static |
◆ timerEnd()
static void op::Profiler::timerEnd |
( |
const std::string & |
key | ) |
|
|
static |
◆ timerInit()
static const std::string op::Profiler::timerInit |
( |
const int |
line, |
|
|
const std::string & |
function, |
|
|
const std::string & |
file |
|
) |
| |
|
static |
◆ DEFAULT_X
unsigned long long op::Profiler::DEFAULT_X |
|
static |
The documentation for this class was generated from the following file: