Skip to content

always record timeline frames when on the timeline page #8

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

Merged
merged 2 commits into from
Sep 7, 2018

Conversation

devoncarew
Copy link
Member

@devoncarew devoncarew commented Sep 6, 2018

  • update which framework toggles we expose in the timeline page (now, Track widget builds, performance overlay, repaint rainbow, and debug draw)
  • when the user is on the timeline page, always record frames
  • add a pause and resume button so users can pause the UI when lots of frames are being created

@DanTup

screen shot 2018-09-06 at 2 59 08 pm

screen shot 2018-09-06 at 2 59 01 pm

);
});

debugDrawButton.click(() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe worth pulling this implementation into a local function that takes the button element/service extension method name? As far as I can tell, they're all the same 8 lines the same except for those two values?

Copy link
Member Author

Choose a reason for hiding this comment

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

Makes sense, will do.

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