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