Searched refs:colorForThread (Results 1 – 4 of 4) sorted by relevance
15 import {colorForThread, hueForCpu} from './colorizer';55 const colorAA = colorForThread(PROCESS_A_THREAD_A);56 const colorAB = colorForThread(PROCESS_A_THREAD_B);57 const colorBA = colorForThread(PROCESS_B_THREAD_A);63 const colorUnkA = colorForThread(PROCESS_UNK_THREAD_A);64 const colorUnkB = colorForThread(PROCESS_UNK_THREAD_B);69 const a = colorForThread(PROCESS_A_THREAD_A);70 const b = colorForThread(PROCESS_A_THREAD_A);
84 export function colorForThread(thread: ThreadDesc|undefined): Color { function
22 import {colorForThread, hueForCpu} from '../../frontend/colorizer';154 const color = colorForThread(threadInfo);192 const color = colorForThread(globals.threads.get(utid));
19 import {colorForThread, colorForTid} from '../../frontend/colorizer';133 const color = colorForThread(threadInfo);