| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | 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;
|
| H A D | rdtsc_buckets_shared.h | 39 uint64_t elapsed{0}; member in struct:BUCKET
|
| H A D | rdtsc_buckets.h | 160 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| H A D | 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;
|
| H A D | rdtsc_buckets_shared.h | 39 uint64_t elapsed{0}; member in struct:BUCKET
|
| H A D | rdtsc_buckets.h | 170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_get.c | 190 struct timeval6 elapsed, beginning, now; local in function:glutGet 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/MesaGLUT/dist/src/glut/beos/ |
| H A D | glutGet.cpp | 127 bigtime_t elapsed, beginning, now; local in function:glutGet 130 elapsed = now - beginning; 131 return (int) (elapsed / 1000); // 1000 ticks in a millisecond
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxstat.c | 144 unsigned long elapsed = usec(stop, start); local in function:dmxStatSync 149 dmxStatValue(&s->usec, elapsed); 153 if (elapsed < thresh) {
|
| /xsrc/external/mit/xf86-video-intel/dist/test/ |
| H A D | lowlevel-blt-bench.c | 327 double elapsed; local in function:_bench_source 343 elapsed = test_timer_stop(t, &tv); 346 elapsed = -1; 350 return elapsed; 386 double elapsed; local in function:_bench_mask 403 elapsed = test_timer_stop(t, &tv); 405 elapsed = -1; 414 return elapsed;
|
| H A D | dri2-swap.c | 71 static double elapsed(const struct timespec *start, function in typeref:typename:double 115 count, name, width, height, elapsed(&start, &end)); 125 count, name, width, height, elapsed(&start, &end)); 136 count, name, width, height, elapsed(&start, &end));
|
| H A D | dri2-test.c | 92 static double elapsed(const struct timespec *start, function in typeref:typename:double 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));
|
| H A D | dri2-speed.c | 70 static double elapsed(const struct timespec *start, function in typeref:typename:double 110 name, completed, elapsed(&start, &end) / 1000000, 111 elapsed(&start, &end) / completed, 112 completed / (elapsed(&start, &end) / 1000000));
|
| H A D | present-speed.c | 136 static double elapsed(const struct timespec *start, function in typeref:typename:double 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/ |
| H A D | lowlevel-blt-bench.c | 327 double elapsed; local in function:_bench_source 343 elapsed = test_timer_stop(t, &tv); 346 elapsed = -1; 350 return elapsed; 386 double elapsed; local in function:_bench_mask 403 elapsed = test_timer_stop(t, &tv); 405 elapsed = -1; 414 return elapsed;
|
| H A D | dri2-swap.c | 71 static double elapsed(const struct timespec *start, function in typeref:typename:double 115 count, name, width, height, elapsed(&start, &end)); 125 count, name, width, height, elapsed(&start, &end)); 136 count, name, width, height, elapsed(&start, &end));
|
| H A D | dri2-test.c | 86 static double elapsed(const struct timespec *start, function in typeref:typename:double 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/ |
| H A D | mesa-overlay-control.py | 146 elapsed = time.monotonic() - now 147 remaining = max(0, remaining - elapsed)
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_ir_performance.cpp | 1599 unsigned elapsed = 0; local in function:__anon104c03580110::calculate_performance 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/ |
| H A D | u_trace.c | 372 uint64_t elapsed = utctx->last_time_ns - utctx->first_time_ns; local in function:process_chunk 373 fprintf(utctx->out, "ELAPSED: %"PRIu64" ns\n", elapsed);
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/ |
| H A D | 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/dist/docs/_extra/specs/ |
| H A D | 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/ |
| H A D | dri2-swap.c | 310 static double elapsed(const struct timespec *start, function in typeref:typename:double 343 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| H A D | dri3-swap.c | 160 static double elapsed(const struct timespec *start, function in typeref:typename:double 320 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.6.rst | 72 - llvmpipe: add support for time elapsed queries.
|