Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/process_summary/
Dfrontend.ts15 import {colorForTid} from '../../common/colorizer';
73 const color = colorForTid(this.config.pidForColor);
/external/perfetto/ui/src/common/
Dcolorizer.ts125 export function colorForTid(tid: number): Color { function
135 return colorForTid(tid);