Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc791 base::Optional<uint32_t> thread_slice_row = in ExportSlices() local
793 if (thread_slice_row) { in ExportSlices()
794 thread_ts_ns = thread_slices.thread_timestamp_ns()[*thread_slice_row]; in ExportSlices()
796 thread_slices.thread_duration_ns()[*thread_slice_row]; in ExportSlices()
798 thread_slices.thread_instruction_counts()[*thread_slice_row]; in ExportSlices()
800 thread_slices.thread_instruction_deltas()[*thread_slice_row]; in ExportSlices()