| VTK
    9.0.1
    | 
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 121 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 123 of file vtkRenderTimerLog.h.
 1.8.17
 1.8.17