10 #ifndef vtkPVTimerInformation_h 11 #define vtkPVTimerInformation_h 28 vtkSetMacro(LogThreshold,
double);
29 vtkGetMacro(LogThreshold,
double);
36 int GetNumberOfLogs();
37 char* GetLog(
int proc);
46 virtual void CopyFromMessage(
unsigned char* msg);
76 void Reallocate(
int num);
77 void InsertLog(
int id,
const char* log);
Store messages for the interpreter.
#define VTKREMOTINGCORE_EXPORT