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

RUMM-1026 Use sysctl to gather a more accurate App Launch Time #381

Merged
merged 5 commits into from
Jan 28, 2021

Commits on Jan 25, 2021

  1. RUMM-1026 Make ObjcAppLaunchHandler use sysctl and NSRunLoop to gathe…

    …r a more accurate App Launch Time
    Alexandre Costanza committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    53bfe99 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. RUMM-1026 Address CR feedback and clean up unused things

    Alexandre Costanza committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    636a9d0 View commit details
    Browse the repository at this point in the history
  2. RUMM-1026 Address CR and replace object instantiation by simple funct…

    …ion calls
    Alexandre Costanza committed Jan 26, 2021
    Configuration menu
    Copy the full SHA
    9de2d74 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

  1. RUMM-1026 Add a read-write lock to ensure thread safety around TimeTo…

    …ApplicationDidBecomeActive
    Alexandre Costanza committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    09d6d5d View commit details
    Browse the repository at this point in the history
  2. RUMM-1026 Add back the @synchronized inside LaunchTimeProvider to hel…

    …p with TSAN
    Alexandre Costanza committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    2e87e86 View commit details
    Browse the repository at this point in the history