| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_get.c | 190 struct timeval6 elapsed, beginning, now; local 192 struct timeval elapsed, beginning, now; 197 TIMEDELTA(elapsed, now, beginning); 198 /* Return elapsed milliseconds. */ 200 return (int) (elapsed.val / TICKS_PER_MILLISECOND); 202 return (int) ((elapsed.tv_sec * 1000) + (elapsed.tv_usec / 1000));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| rdtsc_buckets.cpp | 95 float percentTotal = (float)((double)bucket.elapsed / (double)threadCycles * 100.0); 98 float percentParent = (float)((double)bucket.elapsed / (double)parentCycles * 100.0); 101 uint64_t CPE = bucket.elapsed / bucket.count; 116 bucket.elapsed, 128 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child); 144 totalCycles += child.elapsed;
|
| rdtsc_buckets_shared.h | 39 uint64_t elapsed{0};
|
| rdtsc_buckets.h | 170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| rdtsc_buckets.cpp | 95 float percentTotal = (float)((double)bucket.elapsed / (double)threadCycles * 100.0); 98 float percentParent = (float)((double)bucket.elapsed / (double)parentCycles * 100.0); 101 uint64_t CPE = bucket.elapsed / bucket.count; 115 bucket.elapsed, 127 PrintBucket(f, level + 1, threadCycles, bucket.elapsed, child); 143 totalCycles += child.elapsed;
|
| rdtsc_buckets_shared.h | 39 uint64_t elapsed{0};
|
| rdtsc_buckets.h | 160 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutGet.cpp | 127 bigtime_t elapsed, beginning, now; local 130 elapsed = now - beginning; 131 return (int) (elapsed / 1000); // 1000 ticks in a millisecond
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxstat.c | 144 unsigned long elapsed = usec(stop, start); local 149 dmxStatValue(&s->usec, elapsed); 153 if (elapsed < thresh) {
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| lowlevel-blt-bench.c | 327 double elapsed; local 343 elapsed = test_timer_stop(t, &tv); 346 elapsed = -1; 350 return elapsed; 386 double elapsed; local 403 elapsed = test_timer_stop(t, &tv); 405 elapsed = -1; 414 return elapsed;
|
| dri2-swap.c | 71 static double elapsed(const struct timespec *start, function 115 count, name, width, height, elapsed(&start, &end)); 125 count, name, width, height, elapsed(&start, &end)); 136 count, name, width, height, elapsed(&start, &end));
|
| dri2-test.c | 92 static double elapsed(const struct timespec *start, function 176 name, width, height, elapsed(&start, &end)); 188 name, width, height, elapsed(&start, &end)); 202 name, width, height, elapsed(&start, &end)); 212 name, elapsed(&start, &end));
|
| dri2-speed.c | 70 static double elapsed(const struct timespec *start, function 110 name, completed, elapsed(&start, &end) / 1000000, 111 elapsed(&start, &end) / completed, 112 completed / (elapsed(&start, &end) / 1000000));
|
| present-speed.c | 136 static double elapsed(const struct timespec *start, function 370 completed, elapsed(&start, &end) / 1000000, 371 elapsed(&start, &end) / completed, 372 completed / (elapsed(&start, &end) / 1000000)); 617 completed, elapsed(&start, &end) / 1000000, 618 elapsed(&start, &end) / completed, 619 completed / (elapsed(&start, &end) / 1000000));
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/test/ |
| lowlevel-blt-bench.c | 327 double elapsed; local 343 elapsed = test_timer_stop(t, &tv); 346 elapsed = -1; 350 return elapsed; 386 double elapsed; local 403 elapsed = test_timer_stop(t, &tv); 405 elapsed = -1; 414 return elapsed;
|
| dri2-swap.c | 71 static double elapsed(const struct timespec *start, function 115 count, name, width, height, elapsed(&start, &end)); 125 count, name, width, height, elapsed(&start, &end)); 136 count, name, width, height, elapsed(&start, &end));
|
| dri2-test.c | 86 static double elapsed(const struct timespec *start, function 142 count, name, width, height, elapsed(&start, &end)); 152 count, name, width, height, elapsed(&start, &end)); 163 count, name, width, height, elapsed(&start, &end));
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/overlay-layer/ |
| mesa-overlay-control.py | 146 elapsed = time.monotonic() - now 147 remaining = max(0, remaining - elapsed)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir_performance.cpp | 1599 unsigned elapsed = 0; local 1603 const unsigned elapsed0 = elapsed; 1613 elapsed += (st.unit_ready[unit_fe] - clock0) * st.weight; 1623 p.block_latency[block->num] = elapsed - elapsed0; 1626 p.latency = elapsed; 1627 p.throughput = dispatch_width * calculate_thread_throughput(st, elapsed);
|
| /xsrc/external/mit/MesaLib/dist/src/util/perf/ |
| u_trace.c | 372 uint64_t elapsed = utctx->last_time_ns - utctx->first_time_ns; local 373 fprintf(utctx->out, "ELAPSED: %"PRIu64" ns\n", elapsed);
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/ |
| MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 112 The frame usage is measured as the percentage of the swap period elapsed
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 112 The frame usage is measured as the percentage of the swap period elapsed
|
| /xsrc/external/mit/xf86-video-intel/dist/benchmarks/ |
| dri2-swap.c | 310 static double elapsed(const struct timespec *start, function 343 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| dri3-swap.c | 160 static double elapsed(const struct timespec *start, function 320 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| crocus_bufmgr.c | 746 double elapsed = unlikely(busy) ? -get_time() : 0.0; local 751 elapsed += get_time(); 752 if (elapsed > 1e-5) /* 0.01ms */ { 754 action, bo->name, elapsed * 1000);
|