Open3D (C++ API)
0.12.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 | GetDuration () 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 | ( | ) |