MCPcopy Create free account
hub / github.com/Kitware/VTK / EndTimerEvent

Method EndTimerEvent

Rendering/ParallelLIC/vtkPSurfaceLICInterface.cxx:85–93  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

83
84//------------------------------------------------------------------------------
85void vtkPSurfaceLICInterface::EndTimerEvent(const char* event)
86{
87#if defined(vtkSurfaceLICInterfaceTIME)
88 vtkParallelTimer* log = vtkParallelTimer::GetGlobalInstance();
89 log->EndEvent(event);
90#else
91 (void)event;
92#endif
93}
94
95//------------------------------------------------------------------------------
96void vtkPSurfaceLICInterface::WriteTimerLog(const char* fileName)

Callers 4

RenderPieceMethod · 0.45
ApplyLICMethod · 0.45
CopyToScreenMethod · 0.45
ExecuteMethod · 0.45

Calls 1

EndEventMethod · 0.45

Tested by

no test coverage detected