Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/test/trace/component/setting/
DSpAllocations.test.ts233 let spAllocations = document.querySelector("#sp") as SpAllocations; variable
238 let spAllocations = document.querySelector("#sp") as SpAllocations; variable
243 let spAllocations = document.querySelector("#sp") as SpAllocations; variable
248 let spAllocations = document.querySelector("#sp") as SpAllocations; variable
252 let spAllocations = document.querySelector("#sp") as SpAllocations; variable
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecordTrace.ts228 private spAllocations: SpAllocations | undefined; property in SpRecordTrace