Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler_options.h85 uint32_t GetDurationS() const { in GetDurationS() function
Dprofiler.cc207 uint64_t end_us = start_us + profiler->options_.GetDurationS() * UINT64_C(1000000); in RunProfilerThread()