Home
last modified time | relevance | path

Searched refs:SelectionParam (Results 1 – 25 of 110) sorted by relevance

12345

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts19 import { SelectionParam } from '../../../bean/BoxSelection';
152 require: (param: SelectionParam) => param.cpuFreqLimit.length > 0,
157 require: (param: SelectionParam) => param.cpus.length > 0,
162 require: (param: SelectionParam) => param.cpus.length > 0,
167 require: (param: SelectionParam) => param.cpus.length > 0,
172 require: (param: SelectionParam) => param.cpus.length > 0,
177 require: (param: SelectionParam) => param.cpus.length > 0,
182 require: (param: SelectionParam) => param.threadIds.length > 0,
187 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup,
192 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit,
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/sample/
DTabPaneSampleInstructionSelectionTotalTime.test.ts16 import { SelectionParam } from '../../../../../../src/trace/bean/BoxSelection';
28 let SelectionParam: SelectionParam = { variable
265 tab.data = SelectionParam;
282 tab.data = SelectionParam;
345 SelectionParam.sampleData[0].property = [];
346 tab.data = SelectionParam;
DTabPaneSampleInstructionSelection.test.ts16 import { SelectionParam } from '../../../../../../src/trace/bean/BoxSelection';
32 let SelectionParam: SelectionParam = { variable
227 expect(tab.getAvgInstructionData(SelectionParam.sampleData)).not.toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpuBottomUp.ts17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
23 set data(data: SelectionParam | Array<JsCpuProfilerChartFrame>) {
DTabPaneJsCpuCallTree.ts17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
23 set data(data: SelectionParam | Array<JsCpuProfilerChartFrame>) {
DTabPaneJsCpuStatistics.ts20 import { SelectionParam } from '../../../../bean/BoxSelection';
37 private currentSelection: SelectionParam | undefined;
39 set data(data: SelectionParam | Array<JsCpuProfilerChartFrame>) {
40 if (data instanceof SelectionParam) {
73 …private getDataByWorker(data: SelectionParam | Array<JsCpuProfilerChartFrame>, handler: Function):…
75 if (data instanceof SelectionParam) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGraph.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
38 private currentSelectionParam: SelectionParam | undefined;
40 set data(graphParam: SelectionParam | unknown) {
DTabPaneGpuGL.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
38 private currentSelectionParam: SelectionParam | undefined;
40 set data(glParam: SelectionParam | unknown) {
DTabPaneGpuTotalBoxSelect.ts17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
47 private currentSelectionParam: SelectionParam | undefined;
49 set data(gpuTotalBoxParam: SelectionParam | unknown) {
DTabPaneGpuWindowBoxSelect.ts18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
47 private currentSelectionParam: SelectionParam | undefined;
49 set data(gpuBoxParam: SelectionParam | unknown) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneStaticInit.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
38 private currentSelectionParam: SelectionParam | undefined;
40 set data(staticinitParam: SelectionParam | unknown) {
90 private initStaticTblStyle(staticParam: SelectionParam | unknown): void {
DTabPaneThreadStates.ts18 import { SelectionData, SelectionParam } from '../../../../bean/BoxSelection';
32 private currentSelectionParam: SelectionParam | undefined;
34 set data(threadStatesParam: SelectionParam | unknown) {
51 async initThreadStates(threadStatesParam: SelectionParam | unknown): Promise<void> {
197 addSumLine(threadStatesParam: SelectionParam | unknown, targetListTemp: Array<unknown>): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DTabPaneDataCut.ts19 import { SelectionParam } from '../../../bean/BoxSelection';
30 private currentSelection: SelectionParam | undefined;
38 set data(dataCutSelection: SelectionParam | any) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 set data(valPower: SelectionParam | unknown) {
41 queryDataByDB(val: SelectionParam | unknown): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPanePTS.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 private selectionParam: SelectionParam | null | undefined;
30 set data(ptsValue: SelectionParam | unknown) {
DTabPaneSPT.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 private selectionParam: SelectionParam | null | undefined;
30 set data(sptValue: SelectionParam | unknown) {
DTabPaneCpuByProcess.ts18 import { SelectionData, SelectionParam } from '../../../../bean/BoxSelection';
29 private currentSelectionParam: SelectionParam | undefined;
31 set data(cpuByProcessValue: SelectionParam) {
DTabPaneCounterSample.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
33 private selectionParam: SelectionParam | null | undefined;
44 set data(counterSampleValue: SelectionParam | unknown) {
148 queryDataByDB(counterSampleParam: SelectionParam | unknown): void {
191 …itCounterResultList: Array<unknown>, sampleMap: Map<unknown, unknown>, val: SelectionParam): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVMEvents.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
39 private currentSelection: SelectionParam | undefined | null;
42 set data(vmEventSelection: SelectionParam | null | undefined) {
128 async initFilterTypes(vmEventParam: SelectionParam): Promise<void> {
142 async fromStastics(vmEventParam: SelectionParam | unknown): Promise<void> {
179 queryData(vmEventParam: SelectionParam): void {
DTabPaneIoCompletionTimes.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
41 private currentSelection: SelectionParam | undefined | null;
46 set data(ioCompletionTimesSelection: SelectionParam | null | undefined) {
130 async initFilterTypes(ioCompletionTimeParam: SelectionParam): Promise<void> {
144 async fromStastics(ioCompletionTimeParam: SelectionParam | unknown): Promise<void> {
181 queryData(ioCompletionTimeParam: SelectionParam): void {
DTabPaneFileSystemEvents.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
39 private currentSelection: SelectionParam | undefined | null;
47 set data(fsSysEventSelection: SelectionParam | null | undefined) {
69 queryData(fsEventParam: SelectionParam | null | undefined): void {
195 fromStastics(val: SelectionParam | unknown): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsSample.ts17 import { SelectionParam } from '../../../../bean/BoxSelection';
31 set data(valSmapsSample: SelectionParam) {
63 queryDataByDB(srVal: SelectionParam | unknown): void {
73 setSmaps(data: SelectionParam): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMemory.ts21 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
53 private currentSelection: SelectionParam | undefined;
60 set data(memoryParam: SelectionParam | unknown) {
68 queryData(memoryParam: SelectionParam | unknown, resetFilter: boolean = true): void {
105 getDataByNativeMemoryWorker(val: SelectionParam | unknown, refresh = false): void {
177 fromStastics(val: SelectionParam | unknown): void {
202 private setFilterNativeTypeSelection(val: SelectionParam): number {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/fps/
DTabPaneFps.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
29 set data(fpsSelection: SelectionParam | unknown) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneDmaVmTracker.ts18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
32 set data(dmaValue: SelectionParam | unknown) {
72 queryDataByDB(val: SelectionParam | unknown): void {

12345