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 instrumentation for performance metrics tracking #9035

Merged
merged 14 commits into from
Dec 19, 2019

Commits on Nov 1, 2019

  1. Initial commit of stats gathering

    Arindam Bose committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    63667fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c1c842 View commit details
    Browse the repository at this point in the history
  3. Strip performance probes from production build

    Arindam Bose committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    b2a7973 View commit details
    Browse the repository at this point in the history
  4. Rollback accidental //@flow annotation

    Arindam Bose committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    2762739 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into perf-int…

    …rumentation
    
    # Conflicts:
    #	build/rollup_plugins.js
    #	src/ui/map.js
    Arindam Bose committed Nov 27, 2019
    Configuration menu
    Copy the full SHA
    d09a47c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Merge branch 'master' of github.com:mapbox/mapbox-gl-js into perf-int…

    …rumentation
    Arindam Bose committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    5886ad3 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge branches 'perf-intrumentation' and 'master' of github.com:mapbo…

    …x/mapbox-gl-js into perf-intrumentation
    Arindam Bose committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b1634d7 View commit details
    Browse the repository at this point in the history
  2. use rAF callback to gather frametimes and move metrics extraction fun…

    …ction to mapboxgl namespace
    Arindam Bose committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    73bac59 View commit details
    Browse the repository at this point in the history
  3. Switch onePercentLowFps to percentDropped frames

    Arindam Bose committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    57d6b43 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a1751c View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Fixing lint issues round 1

    Arindam Bose committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    48b5db0 View commit details
    Browse the repository at this point in the history
  2. Fixing lint errors round 2

    Arindam Bose committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    b1edf88 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. Ensure fullLoad timing mark happens before idle event.

    Arindam Bose committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    dea75d0 View commit details
    Browse the repository at this point in the history
  2. Fix lint error

    Arindam Bose committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    5c0fb6c View commit details
    Browse the repository at this point in the history