-
Notifications
You must be signed in to change notification settings - Fork 10
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 bxt_cap_time_* #68
base: master
Are you sure you want to change the base?
Conversation
I am not sure how the |
This can be made as a different module I think. Or maybe it can stay vaporware. |
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.
Yea idk this does make sense, need to figure out how to best do it.
@@ -281,6 +283,7 @@ pub fn cap_stop(marker: MainThreadMarker) { | |||
} | |||
|
|||
capture_video_per_demo::stop(marker); | |||
TIME.set(marker, 0.); |
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.
Needs to be zeroed on cap start, not stop.
I was working with campath and sometimes I just want to capture a segment. Currently there is no way to scrub through demo quickly and this just seems to do the trick. Tested with normal and sampling capture.
The idea is just to have things working around
playdemo
and very easy to automate with.