Searched refs:maybe_stime (Results 1 – 1 of 1) sorted by relevance
584 auto maybe_stime = base::StringToUInt64(stat_parts[kStatSTimeIndex]); in ShouldWriteThreadStats() local585 if (!maybe_stime.has_value()) in ShouldWriteThreadStats()587 uint64_t current = maybe_ctime.value() + maybe_stime.value(); in ShouldWriteThreadStats()