Searched refs:elapsed (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.cpp95 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 Drdtsc_buckets_shared.h39 uint64_t elapsed{0}; member in struct:BUCKET
H A Drdtsc_buckets.h160 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
H A Drdtsc_buckets.cpp95 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 Drdtsc_buckets_shared.h39 uint64_t elapsed{0}; member in struct:BUCKET
H A Drdtsc_buckets.h170 bt.pCurrent->elapsed += (tsc - bt.pCurrent->start);
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_get.c190 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 DglutGet.cpp127 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 Ddmxstat.c144 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 Dlowlevel-blt-bench.c327 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 Ddri2-swap.c71 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 Ddri2-test.c92 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 Ddri2-speed.c70 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 Dpresent-speed.c136 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 Dlowlevel-blt-bench.c327 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 Ddri2-swap.c71 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 Ddri2-test.c86 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 Dmesa-overlay-control.py146 elapsed = time.monotonic() - now
147 remaining = max(0, remaining - elapsed)
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_performance.cpp1599 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 Du_trace.c372 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 DMESA_swap_frame_usage.spec36 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 DMESA_swap_frame_usage.spec36 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 Ddri2-swap.c310 static double elapsed(const struct timespec *start, function in typeref:typename:double
343 printf("%f\n", completed / (elapsed(&start, &end) / 1000000));
H A Ddri3-swap.c160 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 D21.1.6.rst72 - llvmpipe: add support for time elapsed queries.

Completed in 22 milliseconds

12