Home
last modified time | relevance | path

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

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