Home
last modified time | relevance | path

Searched refs:GetIntervalUs (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler_options.h89 uint32_t GetIntervalUs() const { in GetIntervalUs() function
Dprofiler.cc221 usleep(profiler->options_.GetIntervalUs()); // Non-interruptible sleep. in RunProfilerThread()