#include <pcl/console/time.h>
Public Member Functions | |
| TicToc () | |
| void | tic () |
| double | toc () |
| void | toc_print () |
Definition at line 52 of file time.h.
| double pcl::console::TicToc::toc | ( | ) | [inline] |
Definition at line 65 of file time.h.
Referenced by toc_print().
| void pcl::console::TicToc::toc_print | ( | ) | [inline] |
Definition at line 72 of file time.h.
References pcl::console::print_info(), pcl::console::print_value(), and toc().