Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCpuProfiler.ts58 JsCpuProfilerStruct.hoverJsCpuProfilerStruct = re;
63 JsCpuProfilerStruct.hoverJsCpuProfilerStruct = re;
69 …puProfilerFind && jsCpuProfilerRow.isHover) JsCpuProfilerStruct.hoverJsCpuProfilerStruct = undefin…
115 static hoverJsCpuProfilerStruct: JsCpuProfilerStruct | undefined; property in JsCpuProfilerStruct
173 …if (JsCpuProfilerStruct.hoverJsCpuProfilerStruct && data == JsCpuProfilerStruct.hoverJsCpuProfiler…
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts237 JsCpuProfilerStruct.hoverJsCpuProfilerStruct,
239 <span>${JsCpuProfilerStruct.hoverJsCpuProfilerStruct?.name || ''}</span><br>
241 <span>${ns2s(JsCpuProfilerStruct.hoverJsCpuProfilerStruct?.selfTime || 0)}</span><br>
243 <span>${ns2s(JsCpuProfilerStruct.hoverJsCpuProfilerStruct?.totalTime || 0)}</span><br>
245 <span>${JsCpuProfilerStruct.hoverJsCpuProfilerStruct?.url || 0}</span>`
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts2020 JsCpuProfilerStruct.hoverJsCpuProfilerStruct = undefined;
2180 JsCpuProfilerStruct.hoverJsCpuProfilerStruct !== null &&
2181 JsCpuProfilerStruct.hoverJsCpuProfilerStruct !== undefined,
2582 …ickRowType === TraceRow.ROW_TYPE_JS_CPU_PROFILER && JsCpuProfilerStruct.hoverJsCpuProfilerStruct) {
2583 JsCpuProfilerStruct.selectJsCpuProfilerStruct = JsCpuProfilerStruct.hoverJsCpuProfilerStruct;