Searched refs:stime (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | gltestperf.c | 388 float stime, etime, dtime, tottime, maxtime, mintime; local in function:dotest0param 394 stime = glutGet(GLUT_ELAPSED_TIME); 402 dtime = (etime - stime) / 1000.0; 424 stime = glutGet(GLUT_ELAPSED_TIME); 431 dtime = (etime - stime) / 1000.0; 460 float stime, etime, dtime, tottime, maxtime, mintime; local in function:dotest1param 471 stime = glutGet(GLUT_ELAPSED_TIME); 479 dtime = (etime - stime) / 1000.0; 501 stime = glutGet(GLUT_ELAPSED_TIME); 508 dtime = (etime - stime) / 1000. [all...] |
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | xserver_poll.c | 249 struct timeval stime; /* select() timeout value */ local in function:xserver_poll 267 pTimeout = map_timeout (timeout, &stime);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/perfcntrs/ |
| H A D | fdperf.c | 63 uint32_t stime[MAX_CNTR_PER_GROUP]; member in struct:counter_group 272 group->stime[ctr] = gettime_us(); 280 uint32_t dt = delta(group->stime[ctr], t); 284 group->stime[ctr] = t;
|
Completed in 4 milliseconds