Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts222 const maxLabelWidth = width - labelPaddingPx * 2; constant
223 let text = cropText(name, this.labelCharWidth, maxLabelWidth);
234 maxLabelWidth);