Searched refs:callsiteId (Results 1 – 3 of 3) sorted by relevance
32 function colorForSample(callsiteId: number, isHovered: boolean): string {33 return hsluvToHex(hslForSlice(String(callsiteId), isHovered));75 data.callsiteId[i]);81 strokeWidth: number, callsiteId: number): void {88 ctx.fillStyle = colorForSample(callsiteId, isHovered);91 ctx.strokeStyle = colorForSample(callsiteId, false);
45 callsiteId: new Uint32Array(numRows),51 data.callsiteId[row] = +result.columns[2].longValues![row];
22 callsiteId: Uint32Array; property