Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create logger and disassembler feature default disabled #214

Merged
merged 6 commits into from
Sep 21, 2023

Conversation

guerinoni
Copy link
Collaborator

@guerinoni guerinoni commented Sep 21, 2023

  • Just: Remove useless cmds
  • Just: Add quick cmd for run rom
  • Logger: Make logger a feature opt-in
  • Doc: Update README
  • UI: Make disassambler a feature opt-in

Those are the 3 different perf with no feature, logger and disassembler
flamegraph

flamegraph1

flamegraph0

Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
In this way we can skip if we don't care about logger, and we can enable
with a simple cmd using just for log on stdout or file.

Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
@guerinoni guerinoni self-assigned this Sep 21, 2023
In this way we can skip the slow part of formatting ASM in the widget if
we don't care about it.

Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
Signed-off-by: Federico Guerinoni <guerinoni.federico@gmail.com>
Copy link
Collaborator

@AlessioC31 AlessioC31 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks

@guerinoni guerinoni added this pull request to the merge queue Sep 21, 2023
Merged via the queue into main with commit f671635 Sep 21, 2023
3 checks passed
@guerinoni guerinoni deleted the feature-debugging branch September 21, 2023 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants