Home
last modified time | relevance | path

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

/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_dump.cpp1500 std::time_t boot_time = now - info.uptime; in DumpTrace() local
1501 if (traceEndTime > static_cast<uint64_t>(boot_time)) { in DumpTrace()
1503 g_inputTraceEndTime = (traceEndTime - static_cast<uint64_t>(boot_time) + 1) * S_TO_NS; in DumpTrace()
1506 "DumpTrace: traceEndTime:(%{public}" PRId64 ") is earlier than boot_time:(%{public}" PRId64 ").", in DumpTrace()
1507 traceEndTime, static_cast<uint64_t>(boot_time)); in DumpTrace()

Completed in 3 milliseconds