Container for a single timed event.  
 More...
#include <vtkRenderTimerLog.h>
|  | 
| void | Print (std::ostream &os, float parentTime, float threshMs, vtkIndent indent) | 
|  | 
Container for a single timed event. 
Definition at line 86 of file vtkRenderTimerLog.h.
◆ ElapsedTimeSeconds()
  
  | 
        
          | float vtkRenderTimerLog::Event::ElapsedTimeSeconds | ( |  | ) | const |  | inline | 
 
 
◆ ElapsedTimeMilliseconds()
  
  | 
        
          | float vtkRenderTimerLog::Event::ElapsedTimeMilliseconds | ( |  | ) | const |  | inline | 
 
 
◆ ElapsedTimeNanoseconds()
  
  | 
        
          | vtkTypeUInt64 vtkRenderTimerLog::Event::ElapsedTimeNanoseconds | ( |  | ) | const |  | inline | 
 
 
◆ Print() [1/2]
  
  | 
        
          | void vtkRenderTimerLog::Event::Print | ( | std::ostream & | os, |  
          |  |  | float | threshMs = 0.f, |  
          |  |  | vtkIndent | indent = vtkIndent() |  
          |  | ) |  |  |  | inline | 
 
Print details of the event to a stream. 
- Parameters
- 
  
    | os | The stream. |  | threshMs | Only print events with a time > threshMs milliseconds. |  | indent | Starting indentation for the first event. |  
 
Definition at line 109 of file vtkRenderTimerLog.h.
 
 
◆ Print() [2/2]
  
  | 
        
          | void vtkRenderTimerLog::Event::Print | ( | std::ostream & | os, |  
          |  |  | float | parentTime, |  
          |  |  | float | threshMs, |  
          |  |  | vtkIndent | indent |  
          |  | ) |  |  |  | protected | 
 
 
◆ vtkRenderTimerLog::Frame
◆ Name
      
        
          | std::string vtkRenderTimerLog::Event::Name | 
      
 
 
◆ StartTime
      
        
          | vtkTypeUInt64 vtkRenderTimerLog::Event::StartTime | 
      
 
 
◆ EndTime
      
        
          | vtkTypeUInt64 vtkRenderTimerLog::Event::EndTime | 
      
 
 
◆ Events
      
        
          | std::vector<Event> vtkRenderTimerLog::Event::Events | 
      
 
 
The documentation for this struct was generated from the following file: