Skip to content

Commit

Permalink
Merge pull request #155 from ivanyu/ivanyu/gh-141-update-readme
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
ivanyu authored Nov 13, 2022
2 parents 5a6031d + fd385a2 commit 93bdd44
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ When the break point is hit by one of the threads, the Python script `injector.p
The dumper script uses the Python standard modules `gc` and `sys` to collect some information about heap objects and their sizes. It does some job to avoid irrelevant garbage created by itself to appear in the heap dump, but some traces of it will be there.
A dump is not a fair snapshot in time as some threads and the garbage collector continue working while it's being done.
### What Objects Are Dumped
Currently, the dumper sees objects traced by the CPython garbage collector and the objects they reference to (more precisely, the ones they return in their [`tp_traverse`](https://docs.python.org/3/c-api/typeobj.html#c.PyTypeObject.tp_traverse)).
Expand Down
Binary file modified doc/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/screenshot4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 93bdd44

Please sign in to comment.