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

Record the buffer that the command ran in and display #48

Open
lastquestion opened this issue Jul 3, 2020 · 0 comments
Open

Record the buffer that the command ran in and display #48

lastquestion opened this issue Jul 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@lastquestion
Copy link
Owner

In #46 , we dropped the command stack display code and started showing only the command that ran. This buckets all commands in all buffers and all situations into one. Often times things are slow only in one buffer, etc.

  1. Record the buffer that the action came from
  2. Expand explain-pause-top to support trees and allow expansion of nodes.

Note that this basically implements classic "bottom up" call tree view of a profiler view.
Obvious expansions then are reversed, so "top down" from a buffer, process, etc.

While doing this, clean up the command stringification logic as well.
Before attempting this, implement unit tests for the display code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant