VTK  9.2.6
vtkRenderTimerLog::Frame Struct Reference

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< EventEvents

Detailed Description

Container for a frame's events.

Definition at line 124 of file vtkRenderTimerLog.h.

Member Function Documentation

◆ Print()

void vtkRenderTimerLog::Frame::Print ( std::ostream & os,
float threshMs = 0.f )

Print details of all events in this frame to a stream.

Parameters
osThe stream.
threshMsOnly print events with a time > threshMs milliseconds.

Member Data Documentation

◆ Events

std::vector<Event> vtkRenderTimerLog::Frame::Events

Definition at line 126 of file vtkRenderTimerLog.h.


The documentation for this struct was generated from the following file: