#include <Timer.h>
|
| | FPSTimer (const std::string &fps_timer_info="", int expectation=-1, double time_to_print=3000.0, int events_to_print=100) |
| |
| void | Signal () |
| |
| | Timer () |
| |
| | ~Timer () |
| |
| void | Start () |
| |
| void | Stop () |
| |
| void | Print (const std::string &timer_info) const |
| |
| double | GetDuration () const |
| |
◆ FPSTimer()
| open3d::utility::FPSTimer::FPSTimer |
( |
const std::string & |
fps_timer_info = "", |
|
|
int |
expectation = -1, |
|
|
double |
time_to_print = 3000.0, |
|
|
int |
events_to_print = 100 |
|
) |
| |
◆ Signal()
| void open3d::utility::FPSTimer::Signal |
( |
| ) |
|
Function to signal an event It automatically prints FPS information when duration is more than time_to_print_, or event has been signaled events_to_print_ times.
The documentation for this class was generated from the following files: