#include "vtkCommonSystemModule.h"
#include "vtkObject.h"
#include <string>
#include <sys/time.h>
#include <sys/times.h>
#include <sys/types.h>
#include <time.h>
#include <unistd.h>
 
Go to the source code of this file.
◆ SELECT_MASK
      
        
          | #define SELECT_MASK   fd_set | 
        
      
 
 
◆ vtkTimerLogMacro
      
        
          | #define vtkTimerLogMacro | 
          ( | 
            | 
          string | ) | 
           | 
        
      
 
Value:  {                                                                                                \
    vtkTimerLog::FormatAndMarkEvent(                                                               \
      "Mark: In %s, line %d, class %s: %s", __FILE__, __LINE__, this->GetClassName(), string);     \
  }
 
Definition at line 280 of file vtkTimerLog.h.
 
 
◆ vtkTimerLogCleanupInstance