Home
last modified time | relevance | path

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

/system/iorap/src/db/
Dmodels.h814 p.total_time_ns, in SelectById()
848 p.total_time_ns, in SelectActivityHistoryForCompile()
862 std::optional<uint64_t> total_time_ns, in Insert() argument
879 total_time_ns, in Insert()
893 p.total_time_ns = total_time_ns; in Insert()
923 std::optional<uint64_t> total_time_ns; variable
942 if (p.total_time_ns) {
943 os << *p.total_time_ns;
/system/iorap/src/maintenance/
Dcontroller.cc247 } else if (history.total_time_ns) { in GetPerfettoTraceInfo()
248 timestamp_limit = *history.total_time_ns; in GetPerfettoTraceInfo()