Home
last modified time | relevance | path

Searched refs:StopWatch (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/core/libutils/
H A DStopWatch.cpp31 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 DLooper_test.cpp136 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 DAndroid.bp149 "StopWatch.cpp",
/aosp12/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp65 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 DStopWatch.java28 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 DStopWatchMap.java26 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 Dstop_watch.cc37 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 Dstop_watch.h32 class StopWatch {
35 StopWatch(std::string text);
36 ~StopWatch();
/aosp12/packages/apps/Dialer/java/com/android/contacts/common/util/
H A DStopWatch.java23 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 DStopWatch.h26 class StopWatch {
28 StopWatch(const char* name, int clock = SYSTEM_TIME_MONOTONIC);
29 ~StopWatch();
/aosp12/system/bt/gd/hal/
H A Dhci_hal_android_hidl.cc49 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 DInputHub_test.cpp89 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 DDialerDatabaseHelper.java38 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 Dlooper_backed_event_loop_unittest.cpp100 StopWatch stopWatch("DelayedTask"); in TEST_F()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadFragment.java81 import com.android.contacts.common.util.StopWatch;
778 final StopWatch stopWatch = StopWatch.start("Dialpad.onResume"); in onResume()
/aosp12/system/bt/gd/hci/
H A Dhci_layer.cc185 common::StopWatch::DumpStopWatchLog(); in on_hci_timeout()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt18666 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;