33#define TIMEGROWSIZE 10
37#define PROBE(info, num) \
38 if (pathtiming && probingon && (info)) \
39 (info)->insert((num));
43#define RUNTUPDATEBEGIN 1
44#define RUNTUPDATEEND 2
46#define COLLECTLOGBEGIN 4
47#define COLLECTLOGEND 5
54#define COORMARKINCBEGIN 12
55#define COORMARKINCEND 13
57#define CFETCHLOGBEGIN 15
58#define CFETCHLOGEND 16
59#define CPHASE1BEGIN 17
61#define COMPOPSBEGIN 19
63#define PERFOPSBEGIN 21
65#define P1PUTOBJBEGIN 23
67#define CPHASE2BEGIN 25
69#define CPHASE3BEGIN 27
75#define COORDSTARTVICERESOLVE FILERESBASE + 1
76#define COORDSTARTFILERES FILERESBASE + 2
77#define COORDSTARTFILEFETCH FILERESBASE + 3
78#define COORDENDFILEFETCH FILERESBASE + 4
79#define COORDENDFORCEFILE FILERESBASE + 5
80#define COORDENDFILERES FILERESBASE + 6
81#define COORDENDVICERESOLVE FILERESBASE + 7
void insert(int)
Definition: timing.cc:95
timing_path(int)
Definition: timing.cc:65
void postprocess()
Definition: timing.cc:114
~timing_path()
Definition: timing.cc:72
struct timeval tv
Definition: timing.h:85
int id
Definition: timing.h:84
timing_path * FileresTPinfo
Definition: rescoord.cc:62
int probingon
Definition: srv.cc:134
timing_path * tpinfo
Definition: rescoord.cc:61
int pathtiming
Definition: srv.cc:141