Home
last modified time | relevance | path

Searched refs:SpAllocations (Results 1 – 5 of 5) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/setting/
DSpAllocations.test.ts17 import { SpAllocations } from '../../../../dist/trace/component/setting/SpAllocations.js';
27 let spEle = document.querySelector('#sp') as SpAllocations;
45 let spEle = document.querySelector('#sp') as SpAllocations;
59 let spEle = document.querySelector('#sp') as SpAllocations;
73 let spEle = new SpAllocations();
85 let spAllocations = document.querySelector('#sp') as SpAllocations;
90 let spAllocations = document.querySelector('#sp') as SpAllocations;
95 let spAllocations = document.querySelector('#sp') as SpAllocations;
100 let spAllocations = document.querySelector('#sp') as SpAllocations;
104 let spAllocations = document.querySelector('#sp') as SpAllocations;
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpAllocations.ts30 export class SpAllocations extends BaseElement { class
/developtools/profiler/host/smartperf/ide/src/trace/component/setting/
DSpAllocations.ts30 export class SpAllocations extends BaseElement { class
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts52 import { SpAllocations } from './setting/SpAllocations.js';
383 private spAllocations: SpAllocations | undefined;
535 this.spAllocations = new SpAllocations();
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts52 import { SpAllocations } from './setting/SpAllocations.js';
383 private spAllocations: SpAllocations | undefined;
534 this.spAllocations = new SpAllocations();