|
VTK
9.4.2
|
Container for a frame's events. More...
#include <vtkRenderTimerLog.h>
Public Member Functions | |
| void | Print (std::ostream &os, float threshMs=0.f) |
| Print details of all events in this frame to a stream. | |
Public Attributes | |
| std::vector< Event > | Events |
Container for a frame's events.
Definition at line 113 of file vtkRenderTimerLog.h.
| void vtkRenderTimerLog::Frame::Print | ( | std::ostream & | os, |
| float | threshMs = 0.f |
||
| ) |
Print details of all events in this frame to a stream.
| os | The stream. |
| threshMs | Only print events with a time > threshMs milliseconds. |
| std::vector<Event> vtkRenderTimerLog::Frame::Events |
Definition at line 115 of file vtkRenderTimerLog.h.