Home
last modified time | relevance | path

Searched defs:initData (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DSpIrqChart.ts45 async initData( method in SpIrqChart
DspSnapShotChart.ts39 async initData(traceId?: string): Promise<TraceRow<SnapShotStruct>> { method in SpSnapShotChart
DSpPerfOutputDataChart.ts87 async initData(folder: TraceRow<unknown>): Promise<void> { method in SpPerfOutputDataChart
DSpClockChart.ts147 async initData(folder: TraceRow<BaseStruct>, clockList: Array<{ method in SpClockChart
DSpHangChart.ts119 async initData(folder: TraceRow<BaseStruct>): Promise<void> { method in SpHangChart
/developtools/smartperf_host/smartperf_host/ide/test/trace/component/trace/sheet/gpufreq/
DTabPaneGpufreqDataCut.test.ts60 let initData = [{ variable
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/select/
DLitAllocationSelect.ts240 initData(): void { method in LitAllocationSelect
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/gpufreq/
DTabPaneGpufreqDataCut.ts33 private initData: Array<GpuCountBean> = []; property in TabPaneGpufreqDataCut
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqDataCut.ts34 private initData: Map<string, Array<TabPaneFreqUsageConfig>> = new Map(); property in TabPaneFreqDataCut