Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dflamegraph_controller.ts85 private flamegraphDatasets: Map<string, CallsiteInfo[]> = new Map(); property in FlamegraphController
157 this.flamegraphDatasets.clear();
250 if (this.flamegraphDatasets.has(key)) {
251 currentData = this.flamegraphDatasets.get(key)!;
262 this.flamegraphDatasets.set(key, currentData);