Searched refs:ticks (Results 1 – 8 of 8) sorted by relevance
41 ticks = 2043 if ticks == 0:53 ticks -= 1132 ticks = 20134 if ticks == 0:144 ticks -= 1149 ticks = 20151 if ticks == 0:159 ticks -= 1
11 static const char *ticks[NUM_SPARKS] = { in print_spark() local28 ticks[((val[i] - min) << SPARK_SHIFT) / f]); in print_spark()
191 long ticks; in measure() local195 ticks = kthread_pid_ticks(); in measure()196 res->stime = ticks - ctx.prev_kthread_stime; in measure()197 ctx.prev_kthread_stime = ticks; in measure()
187 ticks, and without having to incur the overhead of making scheduling decisions.190 benefits from minimizing scheduling overhead and timer ticks. An example of192 infinite slices and no timer ticks allows the VM to avoid unnecessary expensive
37 t ticks
1084 "ns" (nanoseconds), "t" (TSC ticks) or "i" (instructions).1086 "ms", "us" and "ns" are converted to TSC ticks.
964 unsigned int ticks; /* requested resolution in ticks */ member1023 unsigned int ticks; member
781 0x80000007, 0, edx, 8, constant_tsc , TSC ticks at constant rate across…
Completed in 24 milliseconds