Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/bean/
DNativeHook.ts147 countPercent: string = ''; property in NativeHookCallInfo
/developtools/smartperf_host/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.test.ts144 countPercent: '69%',
162 countPercent: '87%',
/developtools/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts486 stack.countPercent = `${((stack.count / this.selectTotalCount) * 100).toFixed(1)}%`;
503 stack.countPercent = `${((stack!.count / this.selectTotalCount) * 100).toFixed(1)}%`;
1145 countPercent: string = ''; property in NativeHookCallInfo
1159 this.countPercent = `${((this.count / total) * 100).toFixed(1)}%`;
/developtools/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts787 const countPercent = ((this.getNodeValue(hoverNode) / this.total) * 100).toFixed(2); constant
793 … <span class="bold">Count: </span> <span>${hoverNode?.count} (${countPercent}%)</span>`;