Searched refs:last_snapshot_timestamp_ (Results 1 – 2 of 2) sorted by relevance
37 last_snapshot_timestamp_(-1),42 PERFETTO_DCHECK(last_snapshot_timestamp_ <= ts); in ParseMemoryTrackerSnapshot()43 if (!aggregate_raw_nodes_.empty() && ts != last_snapshot_timestamp_) { in ParseMemoryTrackerSnapshot()47 last_snapshot_timestamp_ = ts; in ParseMemoryTrackerSnapshot()319 EmitRows(last_snapshot_timestamp_, *graph, last_snapshot_level_of_detail_); in GenerateGraphFromRawNodesAndEmitRows()
115 int64_t last_snapshot_timestamp_; variable