forked from bloomberg/memray
-
Notifications
You must be signed in to change notification settings - Fork 0
Allow memray stats to output a JSON report
#1
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
Open
oddsun
wants to merge
11
commits into
main
Choose a base branch
from
add-stats-json-cli-arg
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Robert Stewart <rbstewart@protonmail.com>
Old versions of musl libc call public `malloc` functions from `realloc` and `aligned_alloc`. Set our recursion guard whenever we call these functions, to avoid accidentally tracking the same allocation twice. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
177c34b to
9b127a8
Compare
1) Update "The run subcommand" page such that it's explicit about the random port being generated and its method of usage 2) Update "Live Reporting" page. Fixed two typos and moved one of the sections Signed-off-by: Dee Lucic <dlucic@gmail.com>
1) Updated Non-relevant Frame Hiding section to match the flamegraph wording of "Irrelevant" 2) Updated the Hide Irrelevant Frames button screenshot 3) Added a new section called Inverted View to describe two modes of viewing flame graphs 4) Added a screenshot for the Invert button 5) Added a threaded version of mandelbrot script 6) Updated the flame graph that displays split-threads view with the output of the new threaded mandelbrot script Signed-off-by: Dee Lucic <dlucic@gmail.com>
051c97c to
7e69771
Compare
This works around a packaging bug in IPython 8.13: it drops support for Python 3.8, but still declares support for 3.8 in its `python_requires`, so `pip` installs the new version even for Python versions that don't support it. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
7e69771 to
b8b3d23
Compare
This reverts commit 62fb9ad. This is no longer necessary now that IPython upstream has yanked the release which incorrectly asserted it was compatible with 3.8. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Hao Sun <1161465+oddsun@users.noreply.github.com>
- For the histogram, dump objects rather than lists, in order to help explain what the values represent. - For the count of allocations by allocator, dump an object mapping allocator name to count. Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
Signed-off-by: Matt Wozniski <mwozniski@bloomberg.net>
b8b3d23 to
088e2d2
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
testing pr