VTK  9.3.20240328
Public Member Functions | Public Attributes | List of all members
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. More...
 

Public Attributes

std::vector< EventEvents
 

Detailed Description

Container for a frame's events.

Definition at line 113 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 115 of file vtkRenderTimerLog.h.


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