Home
last modified time | relevance | path

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

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