Home
last modified time | relevance | path

Searched refs:totalTime (Results 1 - 7 of 7) sorted by relevance

/base/startup/init/test/unittest/modules/
H A Dsysevent_unittest.cpp107 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 Dstartup_time_event.c116 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 Dsys_event.h40 int64_t totalTime; member
H A Dsys_event.c35 .v = { .i64 = startupTime->totalTime }, in ReportStartupTimeEvent()
/base/security/device_auth/services/frameworks/src/hiview_adapter/
H A Dperformance_dumper.c168 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 Dactive_key_event.cpp193 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 DXperfEvt.h100 uint64_t totalTime{0};

Completed in 4 milliseconds