Searched refs:SpSystemTrace (Results 1 – 25 of 100) sorted by relevance
1234
| /developtools/smartperf_host/ide/test/trace/component/ |
| D | SpSystemTrace.test.ts | 16 import { SpSystemTrace } from '../../../src/trace/component/SpSystemTrace'; 49 let spSystemTrace = new SpSystemTrace(); 127 let spSystemTrace = new SpSystemTrace<any>({ 137 let spSystemTrace = new SpSystemTrace<any>({ 147 let spSystemTrace = new SpSystemTrace<any>({ 157 let spSystemTrace = new SpSystemTrace<any>({ 170 let spSystemTrace = new SpSystemTrace<any>({ 189 let spSystemTrace = new SpSystemTrace<any>({ 200 let spSystemTrace = new SpSystemTrace<any>({ 211 let spSystemTrace = new SpSystemTrace<any>({ [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.init.ts | 16 import {SpSystemTrace} from './SpSystemTrace'; 38 function rightButtonOnClick(sp: SpSystemTrace,rightStar: HTMLElementAlias) { 46 if (SpSystemTrace.btnTimer) { 51 if (SpSystemTrace.wakeupList.length === 0) { 52 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!); 62 SpSystemTrace.wakeupList.unshift(CpuStruct.wakeupBean!); 76 SpSystemTrace.btnTimer = setTimeout(() => { 77 SpSystemTrace.btnTimer = null; // 2.清空节流阀,方便下次开启定时器 81 function rightStarOnClick(sp:SpSystemTrace) { 85 for (let wakeupBean of SpSystemTrace.wakeupList) { [all …]
|
| D | SpSystemTrace.event.ts | 16 import {SpSystemTrace} from "./SpSystemTrace"; 43 function timeoutJudge(sp: SpSystemTrace) { 45 if (SpSystemTrace.wakeupList.length && CpuStruct.selectCpuStruct) { 48 for (const item of SpSystemTrace.wakeupList) { 51 if (SpSystemTrace.wakeupList[0].schedulingDesc) { 52 SpSystemTrace.wakeupList.unshift(saveSelectCpuStruct); 69 window.publish(window.SmartEvent.UI.WakeupList, SpSystemTrace.wakeupList); 84 function threadClickHandlerFunc(sp: SpSystemTrace) { 135 function scrollToFuncHandlerFunc(sp: SpSystemTrace) { 143 function jankClickHandlerFunc(sp: SpSystemTrace) { [all …]
|
| D | SpSystemTrace.line.ts | 17 import { SpSystemTrace } from './SpSystemTrace'; 58 sp: SpSystemTrace, 106 sp: SpSystemTrace, 145 sp: SpSystemTrace, 173 function getEndStruct(data: any, sp: SpSystemTrace): any { 189 sp: SpSystemTrace, 236 sp: SpSystemTrace, 272 sp: SpSystemTrace, 304 sp: SpSystemTrace, 342 sp: SpSystemTrace, [all …]
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.test.ts | 18 import { SpSystemTrace } from '../../../../../../src/trace/component/SpSystemTrace'; 94 SpSystemTrace.DATA_TASK_POOL_CALLSTACK = new Map(); 95 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(87, { 113 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(99, { 131 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(292, { 149 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(294, { 167 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(297, { 185 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(300, { 203 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(310, { 221 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(321, { [all …]
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 28 import { SpSystemTrace } from '../component/SpSystemTrace'; 171 pushProcess(it: TraceRow<any>, sp: SpSystemTrace) { 208 pushNativeMemory(it: TraceRow<any>, sp: SpSystemTrace) { 240 pushFunc(it: TraceRow<any>, sp: SpSystemTrace) { 269 pushHeap(it: TraceRow<any>, sp: SpSystemTrace) { 293 pushMonitor(it: TraceRow<any>, sp: SpSystemTrace) { 325 pushHiperf(it: TraceRow<any>, sp: SpSystemTrace) { 374 pushFileSystem(it: TraceRow<any>, sp: SpSystemTrace) { 446 pushVmTracker(it: TraceRow<any>, sp: SpSystemTrace) { 492 pushJank(it: TraceRow<any>, sp: SpSystemTrace) { [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpChartManager.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 57 private trace: SpSystemTrace; 78 constructor(trace: SpSystemTrace) { 104 SpSystemTrace.DATA_DICT.clear(); 112 dict.map((d) => SpSystemTrace.DATA_DICT.set(d['id'], d['data'])); 114 SpSystemTrace.DATA_TASK_POOL_CALLSTACK.clear(); 116 taskPoolCallStack.map((d) => SpSystemTrace.DATA_TASK_POOL_CALLSTACK.set(d.id, d)); 191 SpSystemTrace.DATA_DICT.clear(); 193 dict.map((d) => SpSystemTrace.DATA_DICT.set(d['id'], d['data'])); 253 { dataDict: SpSystemTrace.DATA_DICT }, [all …]
|
| D | SpLogChart.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 24 private trace: SpSystemTrace; 26 constructor(trace: SpSystemTrace) {
|
| D | SpHiSysEventChart.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 24 private trace: SpSystemTrace; 26 constructor(trace: SpSystemTrace) {
|
| D | SpFpsChart.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 24 private trace: SpSystemTrace; 26 constructor(trace: SpSystemTrace) {
|
| D | SpAllAppStartups.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 25 private readonly trace: SpSystemTrace | undefined; 28 static trace: SpSystemTrace; 32 constructor(trace: SpSystemTrace) {
|
| D | SpArkTsChart.ts | 15 import { SpSystemTrace } from '../SpSystemTrace'; 40 private trace: SpSystemTrace; 49 constructor(trace: SpSystemTrace) { 119 SpSystemTrace.jsProfilerMap.set(data.id, data); 125 let child = SpSystemTrace.jsProfilerMap.get(Number(id)); 129 data.name = SpSystemTrace.DATA_DICT.get(data.nameId) || LAMBDA_FUNCTION_NAME; 130 data.url = SpSystemTrace.DATA_DICT.get(data.urlId) || 'unknown';
|
| D | SpCpuChart.ts | 16 import { SpSystemTrace } from '../SpSystemTrace'; 29 private trace: SpSystemTrace; 31 constructor(trace: SpSystemTrace) { 64 const filterList = SpSystemTrace.keyPathList.filter((item) => {
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerSnapshot.ts | 19 import { SpSystemTrace } from '../../component/SpSystemTrace'; 70 export function SnapshotStructOnClick(clickRowType: string, sp: SpSystemTrace) { 116 function displayGpuDumpTotalSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 130 function displayGpuDumpWindowSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 144 function displaySmapsSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 151 function displayShmSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 158 function displayTotalAbilitySheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 167 function displayPinAbilitySheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 176 function displayTotalVMSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { 183 function displayPinVMSheet(sp: SpSystemTrace, reject: (reason?: any) => void) { [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/ |
| D | TabPaneGpuWindowBoxSelect.ts | 22 import { SpSystemTrace } from '../../../SpSystemTrace'; 66 let windowName = SpSystemTrace.DATA_DICT.get(it.windowId) || 'NULL'; 67 let moduleName = SpSystemTrace.DATA_DICT.get(it.moduleId) || 'NULL'; 68 let categoryName = SpSystemTrace.DATA_DICT.get(it.categoryId) || 'NULL';
|
| D | TabPaneGpuClickSelect.ts | 20 import { SpSystemTrace } from '../../../SpSystemTrace'; 76 name: SpSystemTrace.DATA_DICT.get(item.categoryId) || 'null', 92 name: SpSystemTrace.DATA_DICT.get(item.moduleId) || 'null', 101 name: SpSystemTrace.DATA_DICT.get(item.windowNameId) + `(${item.windowId})`, 106 name: SpSystemTrace.DATA_DICT.get(item.moduleId),
|
| D | TabPaneGpuTotalBoxSelect.ts | 22 import { SpSystemTrace } from '../../../SpSystemTrace'; 66 let moduleName = SpSystemTrace.DATA_DICT.get(it.moduleId) || 'NULL'; 67 let categoryName = SpSystemTrace.DATA_DICT.get(it.categoryId) || 'NULL';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneDmaSelectAbility.ts | 20 import { SpSystemTrace } from '../../../SpSystemTrace'; 71 item.bufName = SpSystemTrace.DATA_DICT.get(item.bufName as number) || '-'; 72 item.expName = SpSystemTrace.DATA_DICT.get(item.expName as number) || '-'; 73 item.expTaskComm = SpSystemTrace.DATA_DICT.get(item.expTaskComm as number) || '-';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/ |
| D | TabPaneDmaSelectVmTracker.ts | 20 import { SpSystemTrace } from '../../../SpSystemTrace'; 73 item.bufName = SpSystemTrace.DATA_DICT.get(item.bufName as number) || '-'; 74 item.expName = SpSystemTrace.DATA_DICT.get(item.expName as number) || '-'; 75 item.expTaskComm = SpSystemTrace.DATA_DICT.get(item.expTaskComm as number) || '-';
|
| D | TabPaneGpuResourceVmTracker.ts | 20 import { SpSystemTrace } from '../../../SpSystemTrace'; 42 name: SpSystemTrace.DATA_DICT.get(results[i].channelId),
|
| /developtools/smartperf_host/ide/test/trace/component/chart/ |
| D | SpIrqChart.test.ts | 16 import { SpSystemTrace } from "../../../../src/trace/component/SpSystemTrace"; 37 let trace = new SpSystemTrace();
|
| D | SpVirtualMemChart.test.ts | 21 import { SpSystemTrace } from '../../../../src/trace/component/SpSystemTrace'; 65 isOffScreen: SpSystemTrace.isCanvasOffScreen,
|
| D | SpNativeMemoryChart.test.ts | 16 import { SpSystemTrace } from '../../../../src/trace/component/SpSystemTrace'; 33 let chartManager = new SpSystemTrace();
|
| D | SpSdkChart.test.ts | 17 import { SpSystemTrace } from '../../../../src/trace/component/SpSystemTrace'; 82 SpSystemTrace.SDK_CONFIG_MAP = map;
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/sdk/ |
| D | TabPaneSdkSlice.test.ts | 18 import { SpSystemTrace } from '../../../../../../src/trace/component/SpSystemTrace'; 111 SpSystemTrace.SDK_CONFIG_MAP = map; 135 SpSystemTrace.SDK_CONFIG_MAP = map;
|
1234