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

Profiling panel improvements #1669

Merged
merged 10 commits into from
Sep 16, 2022

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    6b93009 View commit details
    Browse the repository at this point in the history
  2. The profiling panel will now include more user code.

    By checking that the code lives in the settings.BASE_DIR directory, we know
    that the code was likely written by the user and thus more important
    to a developer when debugging code.
    tim-schilling committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    cc44119 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09c1cb5 View commit details
    Browse the repository at this point in the history
  4. Update docs/panels.rst

    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    tim-schilling and matthiask committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    855ade8 View commit details
    Browse the repository at this point in the history
  5. Update docs/configuration.rst

    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    tim-schilling and matthiask committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9970a31 View commit details
    Browse the repository at this point in the history
  6. Update docs/configuration.rst

    Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
    tim-schilling and matthiask committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2be3e56 View commit details
    Browse the repository at this point in the history
  7. Add setting PROFILER_CAPTURE_PROJECT_CODE.

    This can be used to disable the attempt to include all project code. This is
    useful if dependencies are installed within the project.
    tim-schilling committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    9424551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    308fb06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9e897c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

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