![]() |
VisionWorks Toolkit ReferenceDecember 18, 2015 | 1.2 Release |
NVIDIA VisionWorks Simple Timer API.
Definition in file nvx_timer.hpp.
Go to the source code of this file.
Data Structures | |
class | nvx::Timer |
Timer class interface. More... | |
Namespaces | |
nvx | |
NVIDIA VisionWorks Framework and Primitives C++ API. | |
Macros | |
#define | NVX_TIMER(suffix, str) static nvx::Timer timer_##suffix(true, str); timer_##suffix.tic() |
Creates a static instance of the nvx::Timer class and calls the nvx::Timer::tic() method. More... | |
#define | NVX_TIMEROFF(suffix) (void)timer_##suffix.toc() |
Stops the timer with the suffix suffix . More... | |