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