Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dflamegraph.ts60 private labelCharWidth = 0; property in Flamegraph
141 if (this.labelCharWidth === 0) {
142 this.labelCharWidth = ctx.measureText('_').width;
165 this.labelCharWidth,
223 let text = cropText(name, this.labelCharWidth, maxLabelWidth);