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

Add support for crop #39

Open
jlfwong opened this issue May 11, 2018 · 2 comments
Open

Add support for crop #39

jlfwong opened this issue May 11, 2018 · 2 comments

Comments

@jlfwong
Copy link
Owner

jlfwong commented May 11, 2018

In time ordered view, it would be useful to be able to crop along the time axis to the current viewport. This would allow for more meaningful statistics around where the time is going within some specific time span (e.g. a single request or a single frame).

@sandyarmstrong
Copy link

Absolutely, would love this! Sometimes I have a trace with some big noisy event that has a lot of frames that are also around beforehand. I'd like to only look at the trace from before the big noisy event so I can better analyze those frames in context.

@jlfwong
Copy link
Owner Author

jlfwong commented Dec 10, 2022

#366 contains a version of this already implemented. I'll take a closer look at it before next release -- I think it doesn't handle multithreaded profiles well yet, and since this is a destructive operation, it would be nice to provide the ability to undo this operation without reloading the whole profile. This would be the first need for undo in the system, since this is the first destructive operation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants