Searched refs:usedTimeMsTick (Results 1 – 3 of 3) sorted by relevance
494 const auto usedTimeMsTick = duration_cast<milliseconds>(steady_clock::now() - trackingEndTime_); in WaitRecordThread() local496 … printf("Record Process Completed (wait %" PRId64 " ms)\n", (uint64_t)usedTimeMsTick.count()); in WaitRecordThread()498 HLOGV("Record Process Completed (wait %" PRId64 " ms)\n", (uint64_t)usedTimeMsTick.count()); in WaitRecordThread()1498 milliseconds usedTimeMsTick {}; in RecordLoop() local1518 usedTimeMsTick = duration_cast<milliseconds>(thisTime - startTime); in RecordLoop()1519 printf("Timeout exit (total %" PRId64 " ms)\n", (uint64_t)usedTimeMsTick.count()); in RecordLoop()1530 usedTimeMsTick = duration_cast<milliseconds>(steady_clock::now() - startTime); in RecordLoop()1531 printf("User interrupt exit (total %" PRId64 " ms)\n", (uint64_t)usedTimeMsTick.count()); in RecordLoop()1541 milliseconds usedTimeMsTick {}; in StatLoop() local1552 usedTimeMsTick = duration_cast<milliseconds>(thisTime - startTime); in StatLoop()[all …]
665 const auto usedTimeMsTick = in LoadSymbols() local667 … HLOGV("Load kernel symbols (total %" PRId64 " ms)\n", (int64_t)usedTimeMsTick.count()); in LoadSymbols()768 const auto usedTimeMsTick = in LoadSymbols() local770 … HLOGV("Load kernel thread symbols (total %" PRId64 " ms)\n", (int64_t)usedTimeMsTick.count()); in LoadSymbols()
581 const auto usedTimeMsTick = in LoadSymbols() local583 … HLOGV("Load kernel symbols (total %" PRId64 " ms)\n", (int64_t)usedTimeMsTick.count()); in LoadSymbols()