Open3D (C++ API)  0.19.0
Loading...
Searching...
No Matches
open3d::utility::ScopeTimer Class Reference

#include <Timer.h>

Inheritance diagram for open3d::utility::ScopeTimer:
open3d::utility::Timer

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 ()

Constructor & Destructor Documentation

◆ ScopeTimer()

open3d::utility::ScopeTimer::ScopeTimer ( const std::string & scope_timer_info = "")

◆ ~ScopeTimer()

open3d::utility::ScopeTimer::~ScopeTimer ( )

The documentation for this class was generated from the following files: