You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Give users control over including more profiling data.
* 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.
* Highlight the project function calls in the profiling panel.
* 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.
* Fix bug with test_cum_time_threshold profiling.
* Include dist-packages in profiling panel docs.
Co-authored-by: Matthias Kestenholz <mk@feinheit.ch>
0 commit comments