Searched refs:hueForCpu (Results 1 – 4 of 4) sorted by relevance
15 import {colorForThread, hueForCpu} from './colorizer';61 expect(hueForCpu(0)).not.toEqual(hueForCpu(1));
65 export function hueForCpu(cpu: number): number { function
17 import {hueForCpu} from '../common/colorizer';125 ctx.fillStyle = `hsl(${hueForCpu(y)}, 50%, ${lightness}%)`;
18 import {hueForCpu} from '../../common/colorizer';327 const hue = hueForCpu(this.config.cpu);