From 853918f4b7e9f3724be4d71014689c18c28fe61e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 17 May 2024 09:17:47 +0300 Subject: Add hotspot analysis --- atk16_emu/cli.py | 1 + 1 file changed, 1 insertion(+) (limited to 'atk16_emu/cli.py') diff --git a/atk16_emu/cli.py b/atk16_emu/cli.py index 9cb268a..613af6c 100644 --- a/atk16_emu/cli.py +++ b/atk16_emu/cli.py @@ -57,6 +57,7 @@ def main(): print("===============") machine.print_state_summary() + machine.print_hotspot_summary() else: debugger = Debugger(options.peripherals_enabled) -- cgit v1.3