| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 19 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/ |
| D | TabPaneJsCpuBottomUp.ts | 17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias 23 set data(data: SelectionParam | Array<JsCpuProfilerChartFrame>) {
|
| D | TabPaneJsCpuCallTree.ts | 17 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias 23 set data(data: SelectionParam | Array<JsCpuProfilerChartFrame>) {
|
| D | TabPaneJsCpuStatistics.ts | 20 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/ |
| D | TabPaneGpuGL.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 38 private currentSelectionParam: SelectionParam | undefined; 40 set data(glParam: SelectionParam | any) {
|
| D | TabPaneGraph.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 38 private currentSelectionParam: SelectionParam | undefined; 40 set data(graphParam: SelectionParam | any) {
|
| D | TabPaneGpuWindowBoxSelect.ts | 18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias 47 private currentSelectionParam: SelectionParam | undefined; 49 set data(gpuBoxParam: SelectionParam | any) {
|
| D | TabPaneGpuTotalBoxSelect.ts | 17 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/ |
| D | TabPaneStaticInit.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 38 private currentSelectionParam: SelectionParam | undefined; 40 set data(staticinitParam: SelectionParam | any) { 89 private initStaticTblStyle(staticParam: SelectionParam | any): void {
|
| D | TabPaneThreadStates.ts | 18 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 {
|
| D | TabPaneStartup.ts | 18 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/ |
| D | TabPanePowerBattery.ts | 18 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/ |
| D | TabPaneSPT.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 28 private selectionParam: SelectionParam | null | undefined; 30 set data(sptValue: SelectionParam | any) {
|
| D | TabPanePTS.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 28 private selectionParam: SelectionParam | null | undefined; 30 set data(ptsValue: SelectionParam | any) {
|
| D | TabPaneCpuByProcess.ts | 18 import { SelectionData, SelectionParam } from '../../../../bean/BoxSelection'; 29 private currentSelectionParam: SelectionParam | undefined; 31 set data(cpuByProcessValue: SelectionParam | any) {
|
| D | TabPaneCounterSample.ts | 18 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/ |
| D | TabPaneVMEvents.ts | 18 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) {
|
| D | TabPaneIoCompletionTimes.ts | 18 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) {
|
| D | TabPaneFileSystemEvents.ts | 18 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) {
|
| D | TabPaneFileSystemDescTimeSlice.ts | 18 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/ |
| D | TabPaneSmapsSample.ts | 17 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/ |
| D | TabPaneFps.ts | 18 import { SelectionParam } from '../../../../bean/BoxSelection'; 29 set data(fpsSelection: SelectionParam | any) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaVmTracker.ts | 18 import { type SelectionParam } from '../../../../bean/BoxSelection'; alias 32 set data(dmaValue: SelectionParam | any) { 70 queryDataByDB(val: SelectionParam | any): void {
|
| D | TabPaneVmTrackerShm.ts | 17 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/ |
| D | TabPaneTaskFrames.ts | 17 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,
|