Home
last modified time | relevance | path

Searched defs:spAllocations (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/ide/test/trace/component/setting/
DSpAllocations.test.ts81 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
86 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
90 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
94 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
98 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
102 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
106 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
/developtools/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts91 private spAllocations: SpAllocations | undefined; property in SpRecordTrace