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

Method StartTimer

Common/System/vtkTimerLog.cxx:694–697  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Set the StartTime to the current time. Used with GetElapsedTime().

Source from the content-addressed store, hash-verified

692//------------------------------------------------------------------------------
693// Set the StartTime to the current time. Used with GetElapsedTime().
694void vtkTimerLog::StartTimer()
695{
696 this->StartTime = vtkTimerLog::GetUniversalTime();
697}
698
699//------------------------------------------------------------------------------
700// Sets EndTime to the current time. Used with GetElapsedTime().

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