Searched refs:hueForCpu (Results 1 – 5 of 5) sorted by relevance
15 import {colorForThread, hueForCpu} from './colorizer';75 expect(hueForCpu(0)).not.toEqual(hueForCpu(1));
20 import {hueForCpu} from './colorizer';92 ctx.fillStyle = `hsl(${hueForCpu(y)}, 50%, ${lightness}%)`;
61 export function hueForCpu(cpu: number): number { function
19 import {hueForCpu} from '../../frontend/colorizer';88 const hue = hueForCpu(this.config.cpu);
22 import {colorForThread, hueForCpu} from '../../frontend/colorizer';51 this.hue = hueForCpu(this.config.cpu);