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

feat(profiling): Add support for Profiling #479

Merged
merged 12 commits into from Jul 1, 2022

Commits on Jun 27, 2022

  1. Add support for Profiling

    viglia committed Jun 27, 2022
    Copy the full SHA
    cbba709 View commit details
    Browse the repository at this point in the history
  2. Fix cargo doc warnings

    viglia committed Jun 27, 2022
    Copy the full SHA
    98d750a View commit details
    Browse the repository at this point in the history
  3. fix linting

    viglia committed Jun 27, 2022
    Copy the full SHA
    552e936 View commit details
    Browse the repository at this point in the history
  4. Add target_os conditional compilation

    This is meant to exclude compilation of nix dependent code on windows
    viglia committed Jun 27, 2022
    Copy the full SHA
    c9e7f43 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    0020a8d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d29e807 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Address PR feedback

    * refactor into a profiling.rs module
    * remove lazy_Static and mut_static
    * replace mutex with AtomicBool
    * remove profiling feature from test
    viglia committed Jun 30, 2022
    Copy the full SHA
    ebe52bf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c52880c View commit details
    Browse the repository at this point in the history
  3. Remove unused dependencies

    viglia committed Jun 30, 2022
    Copy the full SHA
    f71f8d4 View commit details
    Browse the repository at this point in the history
  4. Remove unused code

    viglia committed Jun 30, 2022
    Copy the full SHA
    1b49423 View commit details
    Browse the repository at this point in the history
  5. Update the CHANGELOG

    viglia committed Jun 30, 2022
    Copy the full SHA
    b51befa View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f5b063c View commit details
    Browse the repository at this point in the history