VTK
|
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. More... | |
Public Attributes | |
std::vector< Event > | Events |
Container for a frame's events.
Definition at line 127 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 129 of file vtkRenderTimerLog.h.