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

Method StopTimer

Common/System/vtkTimerLog.cxx:701–704  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Sets EndTime to the current time. Used with GetElapsedTime().

Source from the content-addressed store, hash-verified

699//------------------------------------------------------------------------------
700// Sets EndTime to the current time. Used with GetElapsedTime().
701void vtkTimerLog::StopTimer()
702{
703 this->EndTime = vtkTimerLog::GetUniversalTime();
704}
705
706//------------------------------------------------------------------------------
707// Returns the difference between StartTime and EndTime as

Callers 15

TestXdmfConversionFunction · 0.45
RunTestFunction · 0.45
testContourFilterFunction · 0.45
testDataSetSurfaceFilterFunction · 0.45
testCutterFilterFunction · 0.45
testGlyph3DFilterFunction · 0.45
testWarpScalarFilterFunction · 0.45
testWarpVectorFilterFunction · 0.45
testPipelineFunction · 0.45
TestInSituExodusFunction · 0.45
RequestDataMethod · 0.45

Calls

no outgoing calls

Tested by 15

testContourFilterFunction · 0.36
testDataSetSurfaceFilterFunction · 0.36
testCutterFilterFunction · 0.36
testGlyph3DFilterFunction · 0.36
testWarpScalarFilterFunction · 0.36
testWarpVectorFilterFunction · 0.36
testPipelineFunction · 0.36
TestInSituExodusFunction · 0.36
BenchmarkFilterFunction · 0.36
vtkRunPolynomialFunction · 0.36