Home
last modified time | relevance | path

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

/external/cronet/base/profiler/
Dstack_copier_signal.cc100 raw_ptr<absl::optional<TimeTicks>> maybe_timestamp; member
122 *params->maybe_timestamp = subtle::MaybeTimeTicksNowIgnoringOverride(); in CopyStackSignalHandler()
205 absl::optional<TimeTicks> maybe_timestamp; in CopyStack() local
208 &maybe_timestamp, delegate}; in CopyStack()
242 if (maybe_timestamp.has_value()) in CopyStack()
243 *timestamp = maybe_timestamp.value(); in CopyStack()
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_module.cc345 base::StatusOr<int64_t> maybe_timestamp = in ParseProfilePacket() local
351 if (!maybe_timestamp.ok()) in ParseProfilePacket()
354 int64_t timestamp = *maybe_timestamp; in ParseProfilePacket()
/external/cronet/base/test/
Dtrace_event_analyzer.cc90 absl::optional<double> maybe_timestamp = event_dict.FindDouble("ts"); in SetFromJSON() local
91 if (!maybe_timestamp) { in SetFromJSON()
95 timestamp = *maybe_timestamp; in SetFromJSON()