#include <gpu_utils.h>
Definition at line 162 of file gpu_utils.h.
§ MeasureTime()
MeasureTime::MeasureTime |
( |
const char * |
name | ) |
|
|
inline |
Definition at line 165 of file gpu_utils.h.
166 QueryPerformanceCounter((LARGE_INTEGER*)&
time);
167 QueryPerformanceFrequency((LARGE_INTEGER*)&
freq);
§ ~MeasureTime()
MeasureTime::~MeasureTime |
( |
| ) |
|
|
inline |
Definition at line 170 of file gpu_utils.h.
172 QueryPerformanceCounter((LARGE_INTEGER*)&time1);
173 double dt = (double)(time1-
time) / (double)
freq;
void dbgprintf(const char *fmt,...)
§ freq
uint64_t MeasureTime::freq |
§ name
const char* MeasureTime::name |
§ time
uint64_t MeasureTime::time |
The documentation for this struct was generated from the following file: