Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ps/
Dprocess_stats_data_source.cc581 auto maybe_ctime = base::StringToUInt64(stat_parts[kStatCTimeIndex]); in ShouldWriteThreadStats() local
582 if (!maybe_ctime.has_value()) in ShouldWriteThreadStats()
587 uint64_t current = maybe_ctime.value() + maybe_stime.value(); in ShouldWriteThreadStats()