|
Open3D (C++ API)
0.19.0
|
#include <Timer.h>
Public Member Functions | |
| ScopeTimer (const std::string &scope_timer_info="") | |
| ~ScopeTimer () | |
Public Member Functions inherited from open3d::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 open3d::utility::Timer | |
| static double | GetSystemTimeInMilliseconds () |
| open3d::utility::ScopeTimer::ScopeTimer | ( | const std::string & | scope_timer_info = "" | ) |
| open3d::utility::ScopeTimer::~ScopeTimer | ( | ) |