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

Method EndTimerEvent

Rendering/ParallelLIC/vtkPLineIntegralConvolution2D.cxx:64–72  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

62
63//------------------------------------------------------------------------------
64void vtkPLineIntegralConvolution2D::EndTimerEvent(const char* event)
65{
66#if defined(vtkLineIntegralConvolution2DTIME) || defined(vtkSurfaceLICPainterTIME)
67 vtkParallelTimer* log = vtkParallelTimer::GetGlobalInstance();
68 log->EndEvent(event);
69#else
70 (void)event;
71#endif
72}
73
74//------------------------------------------------------------------------------
75void vtkPLineIntegralConvolution2D::WriteTimerLog(const char* fileName)

Callers

nothing calls this directly

Calls 1

EndEventMethod · 0.45

Tested by

no test coverage detected