![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include <Timer.h>


Public Member Functions | |
| ScopeTimer (const std::string &scope_timer_info="") | |
| ~ScopeTimer () | |
Public Member Functions inherited from cloudViewer::utility::Timer | |
| Timer () | |
| ~Timer () | |
| void | Start () |
| void | Stop () |
| void | Print (const std::string &timer_info) const |
| double | GetDurationInSecond () const |
| double | GetDurationInMillisecond () const |
| std::tuple< int, int, double > | GetDurationInHMS () const |
Additional Inherited Members | |
Static Public Member Functions inherited from cloudViewer::utility::Timer | |
| static double | GetSystemTimeInMilliseconds () |
| cloudViewer::utility::ScopeTimer::ScopeTimer | ( | const std::string & | scope_timer_info = "" | ) |
Definition at line 57 of file Timer.cpp.
References cloudViewer::utility::Timer::Start().
| cloudViewer::utility::ScopeTimer::~ScopeTimer | ( | ) |
Definition at line 62 of file Timer.cpp.
References cloudViewer::utility::Timer::Print(), and cloudViewer::utility::Timer::Stop().