Lines Matching full:time
31 #include <sys/time.h>
32 #include <time.h>
64 unsigned int time;
102 * where the first column is the time, the second column is the thread id,
106 * more space. In the example above, A is called at time 4, A calls B at
107 * time 6, B returns at time 8, and A returns at time 10. Thread 1 is the
116 * In this file format, the thread id is always 1, and the time starts at
121 unsigned int time = 0, threadId;
145 int time = strtoul(cp, &cp, 0);
183 /* Get time and thread id */
186 * default values for the time and threadId.
188 time += 2;
191 time = strtoul(cp, &cp, 0);
211 records[nextRecord].time = time;
430 writeDataRecord(dataFp, pRecord->threadId, val, pRecord->time);