Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProduceWorkerSdkCounter.ts47 CounterStruct.hoverCounterStruct = re;
53 CounterStruct.hoverCounterStruct = undefined;
124 static hoverCounterStruct: CounterStruct | undefined; property in CounterStruct
136 if (data.ts === CounterStruct.hoverCounterStruct?.ts) {
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpSdkChart.ts262 CounterStruct.hoverCounterStruct,
263 `<span>${CounterStruct.hoverCounterStruct?.value?.toFixed(2)}</span>`
267 CounterStruct.hoverCounterStruct = traceRow.getHoverStruct();