Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dexport_json.cc835 base::Optional<int64_t> thread_ts_ns; in ExportSlices() local
844 thread_ts_ns = thread_slices.thread_ts()[*thread_slice_row]; in ExportSlices()
854 thread_ts_ns = in ExportSlices()
884 if (thread_ts_ns && thread_ts_ns > 0) { in ExportSlices()
885 event["tts"] = Json::Int64(*thread_ts_ns / 1000); in ExportSlices()
900 if (thread_ts_ns && *thread_ts_ns > 0) { in ExportSlices()
901 event["tts"] = Json::Int64(*thread_ts_ns / 1000); in ExportSlices()
980 if (thread_ts_ns && *thread_ts_ns > 0) { in ExportSlices()
981 event["tts"] = Json::Int64(*thread_ts_ns / 1000); in ExportSlices()
1007 if (thread_ts_ns && thread_duration_ns && *thread_ts_ns > 0) { in ExportSlices()
[all …]