#include "vtkSystemIncludes.h"
#include <time.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/times.h>
#include <unistd.h>
#include <stdarg.h>
#include "vtkObject.h"
Include dependency graph for vtkTimerLog.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | vtkTimerLogEntry |
class | vtkTimerLog |
Timer support and logging. More... | |
Defines | |
#define | SELECT_MASK fd_set |
#define | VTK_LOG_EVENT_LENGTH 40 |
#define | vtkTimerLogMacro(string) |
|
Definition at line 81 of file vtkTimerLog.h. |
|
Definition at line 95 of file vtkTimerLog.h. |
|
Value: { \ vtkTimerLog::FormatAndMarkEvent("Mark: In %s, line %d, class %s: %s", \ __FILE__, __LINE__, this->GetClassName(), string); \ } Definition at line 198 of file vtkTimerLog.h. |