-
Notifications
You must be signed in to change notification settings - Fork 6
Process tree visualizer #98
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
base: master
Are you sure you want to change the base?
Conversation
barisione
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we get a minimal test in core for this?
process_tree/process_tree.py
Outdated
| print(f"SVG visualization saved to: {output_file}") | ||
|
|
||
|
|
||
| class ProcessTreeVisualizer: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this needs to be a class.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, it really doesn't -- just watching claude remove a lot of stuff. Nice.
|
I will add a test in core. |
To coincide with the 9.1 release which contains --on-fork.