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