/developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCpuState.ts | 68 if (first.startTs > 0) { 70 cs.startTs = 0; 72 cs.dur = first.startTs; 73 cs.endTs = first.startTs; 80 if (current.startTs > last.endTs) { 82 cs.startTs = last.endTs; 84 cs.dur = current.startTs - last.endTs; 85 cs.endTs = current.startTs; 96 startTs: number = 0; property in CpuState
|
/developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCpuState.ts | 68 if (first.startTs > 0) { 70 cs.startTs = 0; 72 cs.dur = first.startTs; 73 cs.endTs = first.startTs; 80 if (current.startTs > last.endTs) { 82 cs.startTs = last.endTs; 84 cs.dur = current.startTs - last.endTs; 85 cs.endTs = current.startTs; 96 startTs: number = 0; property in CpuState
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.test.ts | 46 startTs: 110, 84 startTs: 0, 99 startTs: 540, 116 startTs: 369, 150 startTs: 960, 166 startTs: 4, 182 startTs: 5, 212 startTs: 2, 231 startTs: 11111, 243 startTs: 1, [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
D | TabPaneStartup.test.ts | 45 startTs: 5651745832, 52 startTs: 5690399999, 59 startTs: 5734019791, 66 startTs: 5757214061, 73 startTs: 5872893228, 80 startTs: 5968040103,
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerHeapSnapshot.ts | 33 file.startTs = file.startTs - req.traceRange[0].startTs; 34 file.endTs = file.endTs - req.traceRange[0].startTs; 81 startTs: number = 0; property in HeapSnapshotStruct 93 if ((node.startTs - startNS || node.startTs - startNS === 0) && node.endTs - node.startTs) { 95 Math.floor(((node.startTs - startNS) / totalNS) * frame.width), 97 Math.ceil(((node.endTs - node.startTs) / totalNS) * frame.width), 183 d1.startTs == d2.startTs &&
|
D | ProcedureWorkerSoInit.ts | 88 …if ((soFilter[i].startTs || 0) + (soFilter[i].dur || 0) >= startNS && (soFilter[i].startTs || 0) <… 99 .filter((it) => (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && (it.startTs ?? 0) <= endNS) 125 startTs: number | undefined; property in SoStruct 132 if ((soNode.startTs || 0) > startNS && (soNode.startTs || 0) < endNS) { 133 x1 = ns2x(soNode.startTs || 0, startNS, endNS, totalNS, frame); 138 (soNode.startTs || 0) + (soNode.dur || 0) > startNS && 139 (soNode.startTs || 0) + (soNode.dur || 0) < endNS 141 x2 = ns2x((soNode.startTs || 0) + (soNode.dur || 0), startNS, endNS, totalNS, frame);
|
D | ProcedureWorkerFunc.ts | 90 …if ((funcFilter[i].startTs || 0) + (funcFilter[i].dur || 0) >= startNS && (funcFilter[i].startTs |… 101 .filter((it) => (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && (it.startTs ?? 0) <= endNS) 125 if ((funcNode.startTs || 0) > startNS && (funcNode.startTs || 0) < endNS) { 126 x1 = ns2x(funcNode.startTs || 0, startNS, endNS, totalNS, frame); 131 (funcNode.startTs || 0) + (funcNode.dur || 0) > startNS && 132 (funcNode.startTs || 0) + (funcNode.dur || 0) < endNS 134 x2 = ns2x((funcNode.startTs || 0) + (funcNode.dur || 0), startNS, endNS, totalNS, frame); 197 FuncStruct.selectFuncStruct.startTs == data.startTs &&
|
D | ProcedureWorkerCpuState.ts | 119 filter[0].startTs, 120 filter[filter.length - 1].startTs + filter[filter.length - 1].dur 184 (cpuStateRes[i].startTs || 0) + (cpuStateRes[i].dur || 0) >= startNS && 185 (cpuStateRes[i].startTs || 0) <= endNS 204 if (list[j].startTs <= endNS && jb) { 208 if (list[i].startTs + list[i].dur >= startNS && ib) { 229 let c = slice[i].startTs - slice[i - 1].startTs - slice[i - 1].dur; 251 startTs: number | undefined; 283 cpuStateNode.frame.x = Math.floor(((cpuStateNode.startTs || 0) - startNS) / pns); 289 … ((cpuStateNode.startTs || 0) + (cpuStateNode.dur || 0) - startNS) / pns - cpuStateNode.frame.x [all …]
|
/developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerSoInit.ts | 89 …if ((soFilter[i].startTs || 0) + (soFilter[i].dur || 0) >= startNS && (soFilter[i].startTs || 0) <… 100 .filter((it) => (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && (it.startTs ?? 0) <= endNS) 126 startTs: number | undefined; property in SoStruct 134 if ((soNode.startTs || 0) > startNS && (soNode.startTs || 0) < endNS) { 135 x1 = ns2x(soNode.startTs || 0, startNS, endNS, totalNS, frame); 140 (soNode.startTs || 0) + (soNode.dur || 0) > startNS && 141 (soNode.startTs || 0) + (soNode.dur || 0) < endNS 143 x2 = ns2x((soNode.startTs || 0) + (soNode.dur || 0), startNS, endNS, totalNS, frame);
|
D | ProcedureWorkerCpuState.ts | 112 filter[0].startTs, 113 filter[filter.length - 1].startTs + filter[filter.length - 1].dur 177 (cpuStateRes[i].startTs || 0) + (cpuStateRes[i].dur || 0) >= startNS && 178 (cpuStateRes[i].startTs || 0) <= endNS 197 if (list[j].startTs <= endNS && jb) { 201 if (list[i].startTs + list[i].dur >= startNS && ib) { 222 let c = slice[i].startTs - slice[i - 1].startTs - slice[i - 1].dur; 244 startTs: number | undefined; 276 cpuStateNode.frame.x = Math.floor(((cpuStateNode.startTs || 0) - startNS) / pns); 282 … ((cpuStateNode.startTs || 0) + (cpuStateNode.dur || 0) - startNS) / pns - cpuStateNode.frame.x [all …]
|
D | ProcedureWorkerFunc.ts | 91 …if ((funcFilter[i].startTs || 0) + (funcFilter[i].dur || 0) >= startNS && (funcFilter[i].startTs |… 102 .filter((it) => (it.startTs ?? 0) + (it.dur ?? 0) >= startNS && (it.startTs ?? 0) <= endNS) 126 if ((funcNode.startTs || 0) > startNS && (funcNode.startTs || 0) < endNS) { 127 x1 = ns2x(funcNode.startTs || 0, startNS, endNS, totalNS, frame); 132 (funcNode.startTs || 0) + (funcNode.dur || 0) > startNS && 133 (funcNode.startTs || 0) + (funcNode.dur || 0) < endNS 135 x2 = ns2x((funcNode.startTs || 0) + (funcNode.dur || 0), startNS, endNS, totalNS, frame); 234 FuncStruct.selectFuncStruct.startTs == data.startTs &&
|
D | ProcedureWorkerHeapSnapshot.ts | 74 startTs: number = 0; property in HeapSnapshotStruct 86 if ((node.startTs - startNS || node.startTs - startNS === 0) && node.endTs - node.startTs) { 88 Math.floor(((node.startTs - startNS) / totalNS) * frame.width), 90 Math.ceil(((node.endTs - node.startTs) / totalNS) * frame.width), 176 d1.startTs == d2.startTs &&
|
/developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerSoInit.test.ts | 38 startTs: 520, 51 startTs: 32, 73 startTs: 50, 98 startTs: 50, 115 startTs: 3200,
|
/developtools/smartperf_host/ide/test/trace/bean/ |
D | FuncStruct.test.ts | 58 startTs: 10, 68 startTs: 10, 79 startTs: 10, 89 startTs: 20,
|
D | NativeHook.test.ts | 42 startTs: 0, 58 startTs: expect.any(Number), 204 startTs: 0, 220 startTs: expect.any(Number), 249 startTs: 0, 264 startTs: expect.any(Number), 299 startTs: 0, 314 startTs: expect.any(Number),
|
/developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
D | ProcedureLogicWorkerCpuState.test.ts | 31 startTs: 1, 37 { dur: 1, endTs: 1, startTs: 0, value: 3 }, 38 { endTs: 1, length: 1, startTs: 1 }, 57 startTs: 0,
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | bio_latency_data_parser.cpp | 64 uint64_t startTs = bioFixedHeadrAddr->startTime; in ParseBioLatencyEvent() local 66 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent() 67 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent() 71 …E("File system event origin startTs = %lu, endTs = %lu, newStartTs = %lu, newEndTs = %lu", startTs, in ParseBioLatencyEvent() 88 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent() 90 tracerEventToStrIndexMap.Erase(ITEM_EVENT_FS, type, itid, startTs); in ParseBioLatencyEvent()
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/ |
D | TabPaneTaskFrames.test.ts | 60 startTs: 26020542893000, 73 startTs: 26020550419000, 86 startTs: 26020550826000, 318 startTs: 5628901000, 333 startTs: 5627706000, 347 startTs: 10629030000, 396 startTs: 5628901000, 414 startTs: 5636834000, 447 startTs: 625142000, 485 startTs: 10628950000, [all …]
|
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/ |
D | bio_latency_data_parser.cpp | 65 uint64_t startTs = bioFixedHeadrAddr->startTime; in ParseBioLatencyEvent() local 67 auto newStartTs = streamFilters_->clockFilter_->ToPrimaryTraceTime(clockId_, startTs); in ParseBioLatencyEvent() 68 timeParser_->UpdatePluginTimeRange(clockId_, startTs, newStartTs); in ParseBioLatencyEvent() 73 startTs, endTs, newStartTs, newEndTs); in ParseBioLatencyEvent() 89 auto pathId = tracerEventToStrIndexMap.Find(ITEM_EVENT_BIO, type, itid, startTs); in ParseBioLatencyEvent() 91 tracerEventToStrIndexMap.Erase(ITEM_EVENT_FS, type, itid, startTs); in ParseBioLatencyEvent()
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.ts | 88 rootSample.startTs = data.startTs; 91 ? getTimeString(data.startTs) 92 : formatRealDateMs(data.startTs + SpNativeMemoryChart.REAL_TIME_DIF); 108 if (merageSample.startTs > leftTime) { 116 childSample.startTs = merageSample.startTs; 119 ? getTimeString(merageSample.startTs) 120 : formatRealDateMs(merageSample.startTs + SpNativeMemoryChart.REAL_TIME_DIF); 136 queryAllHookData(data.startTs).then((nmSamplerHookResult) => { 146 … : TabPaneNMSampleList.tableMarkData[TabPaneNMSampleList.tableMarkData.length - 2].startTs; 152 this.merageSampleData(leftTime, data.startTs, nameGroup[item.eventType][0], item); [all …]
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
D | TabPaneNMSampleList.ts | 88 rootSample.startTs = data.startTs; 91 ? getTimeString(data.startTs) 92 : formatRealDateMs(data.startTs + SpNativeMemoryChart.REAL_TIME_DIF); 108 if (merageSample.startTs > leftTime) { 116 childSample.startTs = merageSample.startTs; 119 ? getTimeString(merageSample.startTs) 120 : formatRealDateMs(merageSample.startTs + SpNativeMemoryChart.REAL_TIME_DIF); 136 queryAllHookData(data.startTs).then((nmSamplerHookResult) => { 146 … : TabPaneNMSampleList.tableMarkData[TabPaneNMSampleList.tableMarkData.length - 2].startTs; 152 this.merageSampleData(leftTime, data.startTs, nameGroup[item.eventType][0], item); [all …]
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpu/ |
D | TabPaneGpuTotalBoxSelect.test.ts | 39 startTs: 23, 49 startTs: 23, 62 startTs: 1,
|
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
D | SpSchedulingAnalysis.ts | 30 static startTs: number = 0; property in SpSchedulingAnalysis 54 SpSchedulingAnalysis.startTs = (window as any).recordStartNS; 56 SpSchedulingAnalysis.totalDur = SpSchedulingAnalysis.endTs - SpSchedulingAnalysis.startTs;
|
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
D | SpSchedulingAnalysis.ts | 30 static startTs: number = 0; property in SpSchedulingAnalysis 54 SpSchedulingAnalysis.startTs = (window as any).recordStartNS; 56 SpSchedulingAnalysis.totalDur = SpSchedulingAnalysis.endTs - SpSchedulingAnalysis.startTs;
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | NativeHook.ts | 26 startTs: number = 0; property in NativeHookStatistics 82 startTs: number = 0; property in NativeMemory 97 startTs: number = 0; property in NativeHookSamplerInfo 131 startTs: number = 0; property in NativeHookSampleQueryInfo
|