Home
last modified time | relevance | path

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

1234

/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts19 import { SelectionParam } from '../../../bean/BoxSelection';
145 require: (param: SelectionParam) => param.cpuFreqLimit.length > 0,
150 require: (param: SelectionParam) => param.cpus.length > 0,
155 require: (param: SelectionParam) => param.cpus.length > 0,
160 require: (param: SelectionParam) => param.cpus.length > 0,
165 require: (param: SelectionParam) => param.cpus.length > 0,
170 require: (param: SelectionParam) => param.cpus.length > 0,
175 require: (param: SelectionParam) => param.threadIds.length > 0,
180 require: (param: SelectionParam) => param.processIds.length > 0 && param.startup,
185 require: (param: SelectionParam) => param.processIds.length > 0 && param.staticInit,
[all …]
/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/
DTabPaneGpuGL.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
38 private currentSelectionParam: SelectionParam | undefined;
40 set data(glParam: SelectionParam | any) {
DTabPaneGraph.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
38 private currentSelectionParam: SelectionParam | undefined;
40 set data(graphParam: SelectionParam | any) {
DTabPaneGpuWindowBoxSelect.ts18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
47 private currentSelectionParam: SelectionParam | undefined;
49 set data(gpuBoxParam: SelectionParam | any) {
DTabPaneGpuTotalBoxSelect.ts17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
47 private currentSelectionParam: SelectionParam | undefined;
49 set data(gpuTotalBoxParam: SelectionParam | any) {
/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 | any) {
89 private initStaticTblStyle(staticParam: SelectionParam | any): void {
DTabPaneThreadStates.ts18 import { SelectionData, SelectionParam } from '../../../../bean/BoxSelection';
32 private currentSelectionParam: SelectionParam | undefined;
34 set data(threadStatesParam: SelectionParam | any) {
49 async initThreadStates(threadStatesParam: SelectionParam | any): Promise<void> {
158 addSumLine(threadStatesParam: SelectionParam | any, targetListTemp: Array<any>): void {
DTabPaneStartup.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
39 private currentSelectionParam: SelectionParam | undefined;
41 set data(startupParam: SelectionParam | any) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/
DTabPanePowerBattery.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 set data(valPower: SelectionParam | any) {
41 queryDataByDB(val: SelectionParam | any) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/
DTabPaneSPT.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 private selectionParam: SelectionParam | null | undefined;
30 set data(sptValue: SelectionParam | any) {
DTabPanePTS.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
28 private selectionParam: SelectionParam | null | undefined;
30 set data(ptsValue: SelectionParam | any) {
DTabPaneCpuByProcess.ts18 import { SelectionData, SelectionParam } from '../../../../bean/BoxSelection';
29 private currentSelectionParam: SelectionParam | undefined;
31 set data(cpuByProcessValue: SelectionParam | any) {
DTabPaneCounterSample.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
35 private selectionParam: SelectionParam | null | undefined;
45 set data(counterSampleValue: SelectionParam | any) {
135 queryDataByDB(counterSampleParam: SelectionParam | any) {
168 getInitTime(initCounterResultList: Array<any>, sampleMap: Map<any, any>, val: SelectionParam) {
/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) {
126 async initFilterTypes(vmEventParam: SelectionParam) {
140 async fromStastics(vmEventParam: SelectionParam | any) {
173 queryData(vmEventParam: SelectionParam) {
DTabPaneIoCompletionTimes.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
41 private currentSelection: SelectionParam | undefined | null;
46 set data(ioCompletionTimesSelection: SelectionParam | null | undefined) {
125 async initFilterTypes(ioCompletionTimeParam: SelectionParam) {
139 async fromStastics(ioCompletionTimeParam: SelectionParam | any) {
172 queryData(ioCompletionTimeParam: SelectionParam) {
DTabPaneFileSystemEvents.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
39 private currentSelection: SelectionParam | undefined | null;
47 set data(fsSysEventSelection: SelectionParam | null | undefined) {
67 queryData(fsEventParam: SelectionParam | null | undefined) {
191 fromStastics(val: SelectionParam | any) {
DTabPaneFileSystemDescTimeSlice.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
35 private currentSelection: SelectionParam | undefined | null;
37 set data(fsDescTimeSliceSelection: SelectionParam | null | undefined) {
/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 | any): void {
72 setSmaps(data: SelectionParam): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/fps/
DTabPaneFps.ts18 import { SelectionParam } from '../../../../bean/BoxSelection';
29 set data(fpsSelection: SelectionParam | any) {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneDmaVmTracker.ts18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
32 set data(dmaValue: SelectionParam | any) {
70 queryDataByDB(val: SelectionParam | any): void {
DTabPaneVmTrackerShm.ts17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias
33 set data(valVmTrackerShm: SelectionParam | any) {
55 queryDataByDB(srVal: SelectionParam | any): void {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/
DTabPaneTaskFrames.ts17 import { SelectionParam } from '../../../../bean/BoxSelection';
42 set data(framesParam: SelectionParam) {
62 setTaskData(taskArray: Array<FuncStruct>, framesParam: SelectionParam, isClick: boolean): void {
105 framesParam: SelectionParam,
145 async queryDataByDB(framesParam: SelectionParam, isClick: boolean): Promise<void> {
303 framesParam: SelectionParam,
352 framesParam: SelectionParam,

1234