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

Removes fps meter #3916

Merged
merged 5 commits into from
Mar 20, 2019
Merged

Removes fps meter #3916

merged 5 commits into from
Mar 20, 2019

Conversation

normanrz
Copy link
Member

@normanrz normanrz commented Mar 20, 2019

Steps to test:

  • Open tracing view
  • No more FPS meter

Issues:


@normanrz normanrz self-assigned this Mar 20, 2019
@@ -77,6 +77,10 @@ class ArbitraryController extends React.PureComponent<Props> {
listenTo: Function;
stopListening: Function;

static defaultProps = {
onRender: () => {},
Copy link
Member

Choose a reason for hiding this comment

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

I think, onRender was only used by the fps meter. So, the prop can be removed completely from my point of view (same for plane_controller).

@daniel-wer
Copy link
Member

@philippotto @MichaelBuessemeyer In case you still want to measure FPS from time to time (as I think it can be quite helpful), the chrome FPS meter can be enabled in the dev console by opening the Command Palette (Ctrl + Shift + P) and entering FPS :)

Copy link
Member

@philippotto philippotto left a comment

Choose a reason for hiding this comment

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

One dependency less 🎉

@normanrz normanrz merged commit 169b4e8 into master Mar 20, 2019
@normanrz normanrz deleted the no-fps branch March 20, 2019 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove FPS meter
3 participants