#include <Timer.h>
◆ 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:
- /root/Open3D/cpp/open3d/utility/Timer.h
- /root/Open3D/cpp/open3d/utility/Timer.cpp