Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 9 of 9) sorted by relevance

/system/netd/libnetdutils/include/netdutils/
DStopwatch.h25 class Stopwatch {
31 Stopwatch() : mStart(clock::now()) {} in Stopwatch() function
32 virtual ~Stopwatch() = default;
/system/netd/server/
Dmain.cpp64 using android::netdutils::Stopwatch;
109 Stopwatch s; in main()
178 Stopwatch subTime; in main()
DControllers.cpp41 using android::netdutils::Stopwatch;
241 Stopwatch s; in initIptablesRules()
280 Stopwatch s; in init()
DSockDiag.cpp50 using netdutils::Stopwatch;
312 Stopwatch s; in destroySockets()
380 Stopwatch s; in destroySockets()
411 Stopwatch s; in destroySockets()
511 Stopwatch s; in destroySocketsLackingPermission()
DIptablesRestoreControllerTest.cpp46 using android::netdutils::Stopwatch;
267 Stopwatch s; in TEST_F()
/system/netd/tests/benchmarks/
Dconnect_benchmark.cpp80 using android::netdutils::Stopwatch;
118 const Stopwatch stopwatch; in ipv4_loopback()
175 const Stopwatch stopwatch; in ipv6_loopback()
/system/apex/tests/util/com/android/tests/util/
DModuleTestUtils.java35 import com.google.common.base.Stopwatch;
237 Stopwatch stopwatch = Stopwatch.createStarted(); in waitForFileDeleted()
/system/netd/client/
DNetdClient.cpp48 using android::netdutils::Stopwatch;
167 Stopwatch s; in netdClientConnect()
/system/netd/tests/
Dbinder_test.cpp110 using android::netdutils::Stopwatch;
184 class TimedOperation : public Stopwatch {