Home
last modified time | relevance | path

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

/system/netd/server/
DProcess.cpp59 std::chrono::milliseconds totalRunningTime() { in totalRunningTime() function
127 const auto runningTime = totalRunningTime(); in dump()
129 << " (" << totalRunningTime().count() << "ms)" << '\n'; in dump()