Home
last modified time | relevance | path

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

/external/perfetto/ui/
Dbuild.js121 let httpWatches = []; variable
391 const arrayIdx = httpWatches.length;
395 httpWatches.push(res);
396 req.on('close', () => delete httpWatches[arrayIdx]);
433 for (const cli of httpWatches) {