vtkTimerLog - Timer support and logging
Super Class: vtkObject
Description:
vtkTimerLog contains walltime and cputime measurements associated with a given event. These results can be later analyzed when "dumping out" the table. In addition, vtkTimerLog allows the user to simply get the current time, and to start/stop a simple timer separate from the timing table logging.
Methods:
![]() | void PrintSelf (unknown & ,vtkIndent ) |
![]() | static vtkTimerLog *New () |
![]() | const char *GetClassName () |
![]() | static void SetMaxEntries (int ) |
![]() | static int GetMaxEntries () |
![]() | static void DumpLog (char *) |
![]() | static void MarkEvent (char *) |
![]() | static void ResetLog () |
![]() | static void AllocateLog () |
![]() | static double GetCurrentTime () |
![]() | static double GetCPUTime () |
![]() | void StartTimer () |
![]() | void StopTimer () |
![]() | double GetElapsedTime () |
Detailed Method Descriptions:
![]() | static void SetMaxEntries (int ) |
![]() | static int GetMaxEntries () |
![]() | static void DumpLog (char *) |
![]() | static void MarkEvent (char *) |
![]() | static void ResetLog () |
![]() | static void AllocateLog () |
![]() | static double GetCurrentTime () |
![]() | static double GetCPUTime () |
![]() | void StartTimer () |
![]() | void StopTimer () |
![]() | double GetElapsedTime () |