Home
last modified time | relevance | path

Searched defs:start_ts (Results 1 – 6 of 6) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/smartperf_host/
Dsph_data.proto51 int64 start_ts = 3; field
109 int64 start_ts = 4; field
154 int64 start_ts = 3; field
208 int64 start_ts = 2; field
235 int64 start_ts = 1; field
245 int64 start_ts = 1; field
289 int64 start_ts = 2; field
301 int64 start_ts = 3; field
/developtools/smartperf_host/smartperf_host/ide/src/trace/proto/
DSphBaseData.proto51 int64 start_ts = 3; field
109 int64 start_ts = 4; field
154 int64 start_ts = 3; field
208 int64 start_ts = 2; field
235 int64 start_ts = 1; field
245 int64 start_ts = 1; field
289 int64 start_ts = 2; field
301 int64 start_ts = 3; field
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DSdkSummary.ts23 start_ts: number = 0; property in SdkSliceSummary
DThreadStruct.ts45 start_ts: number | undefined; property in ThreadStruct
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpUserPluginChart.ts167 const startTS = start_ts > 0 ? start_ts : flattenTreeArray[0].property[0].begin; constant
DSpBpftraceChart.ts152 const startTS = start_ts > 0 ? start_ts : flattenTreeArray[0].property[0].begin; constant