Classes | |
| class | itpp::Timer |
| A virtual base class for timers. More... | |
| class | itpp::CPU_Timer |
| A CPU time timer class. More... | |
| class | itpp::Real_Timer |
| A real time timer class. More... | |
Functions | |
| void | itpp::tic () |
| Reset and start timer. | |
| double | itpp::toc () |
| Returns the elapsed time since last tic() | |
| void | itpp::toc_print () |
| Prints the elapsed time since last tic() | |
| void | itpp::pause (double t=-1) |
| pause | |
| ITPP_EXPORT void itpp::tic | ( | ) |
Reset and start timer.
Definition at line 154 of file timing.cpp.
References itpp::__tic_toc_timer, and itpp::Timer::tic().
| ITPP_EXPORT double itpp::toc | ( | ) |
Returns the elapsed time since last tic()
Definition at line 159 of file timing.cpp.
References itpp::__tic_toc_timer, and itpp::Timer::toc().
| ITPP_EXPORT void itpp::toc_print | ( | ) |
Prints the elapsed time since last tic()
Definition at line 164 of file timing.cpp.
References itpp::__tic_toc_timer, and itpp::Timer::toc_print().
| ITPP_EXPORT void itpp::pause | ( | double | t = -1 | ) |
pause
Pauses for n seconds before continuing
Pauses until a key is pressed
Definition at line 169 of file timing.cpp.
References itpp::Timer::get_time(), and itpp::Timer::start().
Generated on Tue Dec 10 2024 04:49:37 for IT++ by Doxygen 1.12.0