ch.registerCommand("readmap", new BasicAsyncCommand("read map", "") {
private CPUHeatMap hm;
public int executeCommand(CommandContext context) {
hm = new CPUHeatMap(cpu, registry.getComponent(WindowManager.class));
cpu.addGlobalMonitor(hm);
return 0;
}
public void stopCommand(CommandContext context) {