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.cc841 base::Optional<uint32_t> thread_slice_row = in ExportSlices() local
843 if (thread_slice_row) { in ExportSlices()
844 thread_ts_ns = thread_slices.thread_ts()[*thread_slice_row]; in ExportSlices()
845 thread_duration_ns = thread_slices.thread_dur()[*thread_slice_row]; in ExportSlices()
847 thread_slices.thread_instruction_count()[*thread_slice_row]; in ExportSlices()
849 thread_slices.thread_instruction_delta()[*thread_slice_row]; in ExportSlices()