this.cpu = cpu;
this.statistics = statistics;
}
public void setupCommands(ComponentRegistry registry, CommandHandler handler) {
handler.registerCommand("info", new BasicCommand("show information about specified chip/loggable",
"[unit...]") {
@Override
public int executeCommand(CommandContext context) {
if (context.getArgumentCount() > 0) {