Home
last modified time | relevance | path

Searched refs:ns_per_tick (Results 1 – 3 of 3) sorted by relevance

/third_party/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc104 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
115 const double ns_per_call = ns_per_tick * ticks_per_call; in Print()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_benchmarks.cc104 static const double ns_per_tick = 1e9 / InvariantTicksPerSecond(); in Print() local
115 const double ns_per_call = ns_per_tick * ticks_per_call; in Print()
/third_party/libnl/lib/
Dutils.c482 unsigned int ns_per_usec, ns_per_tick, nom, denom; in get_psched_settings() local
485 &ns_per_usec, &ns_per_tick, &nom, &denom) != 4) { in get_psched_settings()
493 (double) ns_per_tick; in get_psched_settings()