Home | History | Annotate | Download | only in linux-tools-perf

Lines Matching refs:nsecs

179 static void burn_nsecs(u64 nsecs)
185 } while (T1 + run_measurement_overhead < T0 + nsecs);
188 static void sleep_nsecs(u64 nsecs)
192 ts.tv_nsec = nsecs % 999999999;
193 ts.tv_sec = nsecs / 999999999;
212 printf("run measurement overhead: %" PRIu64 " nsecs\n", min_delta);
230 printf("sleep measurement overhead: %" PRIu64 " nsecs\n", min_delta);
654 printf("the run test took %" PRIu64 " nsecs\n", T1 - T0);
660 printf("the sleep test took %" PRIu64 " nsecs\n", T1 - T0);
856 printf(" ... switch from %s/%d to %s/%d [ran %" PRIu64 " nsecs]\n",