HomeSort by relevance Sort by last modified time
    Searched refs:ScopedTimer (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
time_util.h 55 class ScopedTimer {
57 explicit ScopedTimer(const string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
60 ~ScopedTimer() { mWatch->Stop(); }
time_util.cpp 86 ScopedTimer::ScopedTimer(const string& stop_watch_name) {
  /frameworks/base/media/mca/filterpacks/native/base/
time_util.h 55 class ScopedTimer {
57 explicit ScopedTimer(const std::string& stop_watch_name);
58 explicit ScopedTimer(NamedStopWatch* watch)
60 ~ScopedTimer() { mWatch->Stop(); }
time_util.cpp 84 ScopedTimer::ScopedTimer(const std::string& stop_watch_name) {
  /external/chromium_org/third_party/android_crazy_linker/src/tests/
bench_load_library.cpp 46 class ScopedTimer {
48 ScopedTimer(const char* name) {
53 ~ScopedTimer() {
68 { ScopedTimer null_timer("empty"); }
74 ScopedTimer timer("dlopen");
92 ScopedTimer timer("crazy_linker");
104 ScopedTimer timer("crazy_linker (preload libOpenSLES.so)");
120 ScopedTimer timer("crazy_linker (preload 3 system libs)");
135 ScopedTimer timer("crazy_linker (with RELRO)");
  /ndk/sources/android/crazy_linker/tests/
bench_load_library.cpp 46 class ScopedTimer {
48 ScopedTimer(const char* name) {
53 ~ScopedTimer() {
68 { ScopedTimer null_timer("empty"); }
74 ScopedTimer timer("dlopen");
92 ScopedTimer timer("crazy_linker");
104 ScopedTimer timer("crazy_linker (preload libOpenSLES.so)");
120 ScopedTimer timer("crazy_linker (preload 3 system libs)");
135 ScopedTimer timer("crazy_linker (with RELRO)");

Completed in 1211 milliseconds