Searched refs:tstamp (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/usr/bench/udp_echo/
H A Dudp_openloop.c78 struct timeval *tstamp = (struct timeval *)&buf[8]; local
80 timersub(&tst[i], tstamp, &tvs[i]);
141 struct timeval *tstamp = (struct timeval *)&buf[8]; local
143 memset(tstamp, 0, sizeof(struct timeval));
148 oldstamp = *tstamp;
151 gettimeofday(tstamp, NULL);
152 timersub(tstamp, &oldstamp, &diff);
154 /* tstamp->tv_sec * 1000000 + tstamp->tv_usec, */
H A Dudp_ipip_openloop.c169 struct timeval *tstamp = (struct timeval *)&buf[40 + 8 + 8]; local
171 timersub(&tst[i], tstamp, &tvs[i]);
176 struct timeval *tstamp = (struct timeval *)&buf[20 + 8 + 8]; local
178 timersub(&tst[i], tstamp, &tvs[i]);
361 struct timeval *tstamp = (struct timeval *)&buf[8]; local
362 memset(tstamp, 0, sizeof(struct timeval));
367 oldstamp = *tstamp;
370 gettimeofday(tstamp, NULL);
371 timersub(tstamp, &oldstamp, &diff);
373 /* tstamp
[all...]
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dalog.c66 buf->ALOG_table[xx_i].tstamp = atol(data2);
71 buf->ALOG_table[xx_i].tstamp = 0;
77 buf->ALOG_table[xx_i].tstamp = (unsigned long) usc_clock();
78 if (buf->ALOG_table[xx_i].tstamp < head->prev_time)
81 head->prev_time = buf->ALOG_table[xx_i].tstamp;
111 temp->ALOG_table[xx_i].tstamp,
157 buf->ALOG_table[xx_i].tstamp,
H A Dalog.h62 unsigned long tstamp; member in struct:trace_buf::trace_table
/barrelfish-master/usr/tests/e10ktest/
H A De10ktest_latencies.c128 static uint64_t tstamp[MAX_STAMPS]; variable
257 tstamp[stamps] = now - instamp;
265 printf("%" PRIu64 " cycles\n", tstamp[i]);

Completed in 41 milliseconds