Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/setting/
DSpAllocations.test.ts43 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
48 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
52 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
56 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
60 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
64 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
68 let spAllocations = document.querySelector('#sp') as SpAllocations; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpRecordTrace.ts102 private spAllocations: SpAllocations | undefined; property in SpRecordTrace