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

impr: Capture profiles on a BG Thread #4377

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Sep 30, 2024

  1. impr: Capture profiles on a BG Thread

    Serializing and capturing a profile can run on the main thread and block
    it for a couple of milliseconds. Therefore, we move this to a background
    thread to avoid potentially blocking the main thread.
    philipphofmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3620feb View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Co-authored-by: Dhiogo Brustolin <[email protected]>
    philipphofmann and brustolin authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    214cb9f View commit details
    Browse the repository at this point in the history
  3. remove weak ref

    philipphofmann committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4fafcaf View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    68e22b6 View commit details
    Browse the repository at this point in the history
  2. fix

    philipphofmann committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4708837 View commit details
    Browse the repository at this point in the history
  3. fix

    philipphofmann committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d6e219a View commit details
    Browse the repository at this point in the history
  4. add comment

    philipphofmann committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eec718a View commit details
    Browse the repository at this point in the history
  5. tests

    philipphofmann committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    acf9b68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    696f141 View commit details
    Browse the repository at this point in the history
  7. undo brewfile

    philipphofmann committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8eba803 View commit details
    Browse the repository at this point in the history