Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc1558 const auto& memory_snapshots = storage_->memory_snapshot_table(); in ExportMemorySnapshots() local
1564 for (uint32_t memory_index = 0; memory_index < memory_snapshots.row_count(); in ExportMemorySnapshots()
1570 auto snapshot_id = memory_snapshots.id()[memory_index].value; in ExportMemorySnapshots()
1572 int64_t snapshot_ts = memory_snapshots.timestamp()[memory_index]; in ExportMemorySnapshots()
1578 storage_, memory_snapshots.detail_level()[memory_index]); in ExportMemorySnapshots()