/aosp12/system/core/libutils/ |
H A D | StopWatch.cpp | 31 StopWatch::StopWatch(const char* name, int clock) : mName(name), mClock(clock) { in StopWatch() function in android::StopWatch 35 StopWatch::~StopWatch() { in ~StopWatch() 39 const char* StopWatch::name() const { in name() 43 nsecs_t StopWatch::elapsedTime() const { in elapsedTime() 47 void StopWatch::reset() { in reset()
|
H A D | Looper_test.cpp | 136 StopWatch stopWatch("pollOnce"); in TEST_F() 149 StopWatch stopWatch("pollOnce"); in TEST_F() 163 StopWatch stopWatch("pollOnce"); in TEST_F() 174 StopWatch stopWatch("pollOnce"); in TEST_F() 190 StopWatch stopWatch("pollOnce"); in TEST_F() 209 StopWatch stopWatch("pollOnce"); in TEST_F() 231 StopWatch stopWatch("pollOnce"); in TEST_F() 250 StopWatch stopWatch("pollOnce"); in TEST_F() 276 StopWatch stopWatch("pollOnce"); in TEST_F() 302 StopWatch stopWatch("pollOnce"); in TEST_F() [all …]
|
H A D | Android.bp | 149 "StopWatch.cpp",
|
/aosp12/frameworks/native/opengl/tests/gralloc/ |
H A D | gralloc.cpp | 65 StopWatch watch("memset"); in main() 71 StopWatch watch("memcpy baseline"); in main() 77 StopWatch watch("memcpy from gralloc"); in main() 83 StopWatch watch("memcpy into gralloc"); in main() 90 StopWatch watch("lamecpy baseline"); in main() 96 StopWatch watch("lamecpy from gralloc"); in main() 102 StopWatch watch("lamecpy into gralloc"); in main()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/ |
H A D | StopWatch.java | 28 public class StopWatch { class 35 private StopWatch(String label) { in StopWatch() method in StopWatch 43 public static StopWatch start(String label) { in start() 44 return new StopWatch(label); in start() 89 public static StopWatch getNullStopWatch() { in getNullStopWatch() 93 private static class NullStopWatch extends StopWatch {
|
/aosp12/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
H A D | StopWatchMap.java | 26 class StopWatch { class 36 public StopWatch(String name) { in StopWatch() method in StopWatch 74 private HashMap<String, StopWatch> mStopWatches = null; 77 mStopWatches = new HashMap<String, StopWatch>(); in StopWatchMap() 85 mStopWatches.put(stopWatchName, new StopWatch(stopWatchName)); in start()
|
/aosp12/system/bt/gd/common/ |
H A D | stop_watch.cc | 37 void StopWatch::RecordLog(StopWatchLog log) { in RecordLog() 56 void StopWatch::DumpStopWatchLog() { in DumpStopWatchLog() 90 StopWatch::StopWatch(std::string text) in StopWatch() function in bluetooth::common::StopWatch 95 StopWatch::~StopWatch() { in ~StopWatch()
|
H A D | stop_watch.h | 32 class StopWatch { 35 StopWatch(std::string text); 36 ~StopWatch();
|
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/util/ |
H A D | StopWatch.java | 23 public class StopWatch { class 30 private StopWatch(String label) { in StopWatch() method in StopWatch 36 public static StopWatch start(String label) { in start() 37 return new StopWatch(label); in start()
|
/aosp12/system/core/libutils/include/utils/ |
H A D | StopWatch.h | 26 class StopWatch { 28 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC); 29 ~StopWatch();
|
/aosp12/system/bt/gd/hal/ |
H A D | hci_hal_android_hidl.cc | 49 common::StopWatch::DumpStopWatchLog(); in serviceDied() 86 common::StopWatch(__func__); in initializationComplete() 93 common::StopWatch(GetTimerText(__func__, event)); in hciEventReceived() 106 common::StopWatch(GetTimerText(__func__, data)); in aclDataReceived() 119 common::StopWatch(GetTimerText(__func__, data)); in scoDataReceived() 132 common::StopWatch(GetTimerText(__func__, data)); in isoDataReceived()
|
/aosp12/hardware/libhardware/tests/input/evdev/ |
H A D | InputHub_test.cpp | 89 StopWatch stopWatch("poll"); in TEST_F() 116 StopWatch stopWatch("poll"); in TEST_F() 150 StopWatch stopWatch("poll"); in TEST_F() 193 StopWatch stopWatch("poll"); in TEST_F() 247 StopWatch stopWatch("poll"); in TEST_F()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/database/ |
H A D | DialerDatabaseHelper.java | 38 import com.android.contacts.common.util.StopWatch; 678 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase() 904 final StopWatch stopWatch = DEBUG ? StopWatch.start(":Name Prefix query") : null; in getLooseMatches()
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | looper_backed_event_loop_unittest.cpp | 100 StopWatch stopWatch("DelayedTask"); in TEST_F()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/ |
H A D | DialpadFragment.java | 81 import com.android.contacts.common.util.StopWatch; 778 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume()
|
/aosp12/system/bt/gd/hci/ |
H A D | hci_layer.cc | 185 common::StopWatch::DumpStopWatchLog(); in on_hci_timeout()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 18666 Landroid/filterfw/core/StopWatch;-><init>(Ljava/lang/String;)V 18667 Landroid/filterfw/core/StopWatch;->mName:Ljava/lang/String; 18668 Landroid/filterfw/core/StopWatch;->mNumCalls:I 18669 Landroid/filterfw/core/StopWatch;->mStartTime:J 18670 Landroid/filterfw/core/StopWatch;->mTotalTime:J 18671 Landroid/filterfw/core/StopWatch;->start()V 18672 Landroid/filterfw/core/StopWatch;->stop()V 18673 Landroid/filterfw/core/StopWatch;->STOP_WATCH_LOGGING_PERIOD:I 18674 Landroid/filterfw/core/StopWatch;->TAG:Ljava/lang/String;
|