CPUV
CPUV(d, user) + CPUV(d, nice));
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, sys));
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, intr));
DRAW_ROW(n, CPU_START + i, 6, "%*.1f", CPUV(d, idle));