Home
last modified time | relevance | path

Searched refs:Stopwatch (Results 1 – 8 of 8) 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()
183 Stopwatch subTime; in main()
DControllers.cpp41 using android::netdutils::Stopwatch;
241 Stopwatch s; in initIptablesRules()
280 Stopwatch s; in init()
DSockDiag.cpp53 using netdutils::Stopwatch;
326 Stopwatch s; in destroySockets()
397 Stopwatch s; in destroySockets()
428 Stopwatch s; in destroySockets()
529 Stopwatch s; in destroySocketsLackingPermission()
DIptablesRestoreControllerTest.cpp53 using android::netdutils::Stopwatch;
307 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/netd/client/
DNetdClient.cpp48 using android::netdutils::Stopwatch;
167 Stopwatch s; in netdClientConnect()
/system/netd/tests/
Dbinder_test.cpp133 using android::netdutils::Stopwatch;
246 class TimedOperation : public Stopwatch {