mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 15:31:02 +00:00
Print instruction summary
This commit is contained in:
@@ -15,6 +15,7 @@ struct analysis_settings
|
||||
bool verbose_logging{false};
|
||||
bool silent{false};
|
||||
bool buffer_stdout{false};
|
||||
bool instruction_summary{false};
|
||||
|
||||
string_set modules{};
|
||||
string_set ignored_functions{};
|
||||
@@ -39,6 +40,7 @@ struct analysis_context
|
||||
std::string output{};
|
||||
bool has_reached_main{false};
|
||||
|
||||
std::map<std::string, uint64_t> instructions{};
|
||||
std::vector<accessed_import> accessed_imports{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user