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

Implement nativePerformanceNow to improve Profiler API results #27885

Closed
wants to merge 9 commits into from

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    868b947 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a320543 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Use high_resolution_clock for Android nativePerformanceNow and move N…

    …ANOSECONDS_IN_MILLISECOND to a constant
    emilisb committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    67ed052 View commit details
    Browse the repository at this point in the history
  2. Do not override global.performance in Systrace, fix "now" check in pe…

    …rformance polyfill and fallback to JS Date
    emilisb committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    70da200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8556fae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79defd9 View commit details
    Browse the repository at this point in the history
  5. Combine two if's into one

    emilisb committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c329299 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Use std::chrono::steady_clock

    emilisb committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    9e32105 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    d64f79d View commit details
    Browse the repository at this point in the history