Searched refs:totalTime (Results 1 - 7 of 7) sorted by relevance
/base/startup/init/test/unittest/modules/ |
H A D | sysevent_unittest.cpp | 107 startupTime.totalTime = curr.tv_sec; in HWTEST_F() 108 startupTime.totalTime = startupTime.totalTime * MSECTONSEC; in HWTEST_F() 109 startupTime.totalTime += curr.tv_nsec / USTONSEC; in HWTEST_F() 124 startupTime.totalTime = curr.tv_sec; in HWTEST_F() 125 startupTime.totalTime = startupTime.totalTime * MSECTONSEC; in HWTEST_F() 126 startupTime.totalTime += curr.tv_nsec / USTONSEC; in HWTEST_F()
|
/base/startup/init/services/modules/sysevent/ |
H A D | startup_time_event.c | 116 startupTime.totalTime = curr.tv_sec;
in ReportBootEventComplete() 117 startupTime.totalTime = startupTime.totalTime * MSECTONSEC;
in ReportBootEventComplete() 118 startupTime.totalTime += curr.tv_nsec / USTONSEC;
in ReportBootEventComplete()
|
H A D | sys_event.h | 40 int64_t totalTime;
member
|
H A D | sys_event.c | 35 .v = { .i64 = startupTime->totalTime },
in ReportStartupTimeEvent()
|
/base/security/device_auth/services/frameworks/src/hiview_adapter/ |
H A D | performance_dumper.c | 168 int64_t totalTime = performData->onFinishTime - performData->firstStartTime; in UpdateDataByInputIndex() local 170 LOGI("Bind consume time: %lld, requestId: %lld", totalTime, performData->reqId); in UpdateDataByInputIndex() 172 ReportCallEventWithTime(BIND_CONSUME_EVENT, PROCESS_UPDATE_DATA_BY_INPUT_INDEX, totalTime); in UpdateDataByInputIndex() 175 LOGI("Auth consume time: %lld, requestId: %lld", totalTime, performData->reqId); in UpdateDataByInputIndex() 177 ReportCallEventWithTime(AUTH_CONSUME_EVENT, PROCESS_UPDATE_DATA_BY_INPUT_INDEX, totalTime); in UpdateDataByInputIndex() 259 int64_t totalTime = performData->onFinishTime - performData->firstStartTime; in DumpPerformData() local 260 LOGI("totalTime time: %" PRId64 " milliseconds", totalTime); in DumpPerformData() 271 performData->totalConsumeTime = totalTime; in DumpPerformData() 275 reqIdStr, firstConsume, secondConsume, thirdConsume, fourthConsume, innerConsume, totalTime); in DumpPerformData() [all...] |
/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | active_key_event.cpp | 193 std::string totalTime = "\n\nCatcher log total time is " + std::to_string(end - sysStart) + "ms\n";
in CombinationKeyHandle() local 194 FileUtil::SaveStringToFd(fd, totalTime);
in CombinationKeyHandle()
|
/base/hiviewdfx/hiview/plugins/performance/ |
H A D | XperfEvt.h | 100 uint64_t totalTime{0};
|
Completed in 4 milliseconds