Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph_unittest.ts20 const lineSplitter = splitIfTooBig(text, 7 + 32, text.length); constant
31 const lineSplitter = splitIfTooBig(text, 10, 5); constant
39 const lineSplitter = splitIfTooBig(text, text.length + 32, text.length); constant
47 const lineSplitter = splitIfTooBig(text, text.length / 2 + 32, text.length); constant
Dflamegraph.ts270 let lineSplitter: LineSplitter; variable