Searched defs:Profiler (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/icachetest/
H A DProfiler.h34 class Profiler { class in namespace:utils
65 static Profiler& get() noexcept;
68 Profiler(const Profiler& rhs) = delete;
69 Profiler(Profiler&& rhs) = delete;
70 Profiler& operator=(const Profiler& rhs) = delete;
71 Profiler& operator=(Profiler
[all...]

Completed in 41 milliseconds