R David Murray
|
6d5cb07382
|
Move versionadded for tracemalloc into the standard location (right after title)
|
2013-12-20 14:48:50 -05:00 |
Victor Stinner
|
5362abf4ec
|
Issue #19818: tracemalloc, the number of frame limit cannot be zero anymore
|
2013-11-27 23:39:55 +01:00 |
Victor Stinner
|
3c0481d426
|
Close #19798: replace "maximum" term with "peak" in get_traced_memory()
documentation. Use also the term "current" for the current size.
|
2013-11-27 21:39:49 +01:00 |
Victor Stinner
|
8e3708d88b
|
Issue #18874: allow to call tracemalloc.Snapshot.statistics(cumulative=True)
with traceback_limit=1
|
2013-11-26 00:45:47 +01:00 |
Victor Stinner
|
00773df9f3
|
Issue #18874: apply Jim Jewett's patch on tracemalloc doc
|
2013-11-26 00:40:10 +01:00 |
Victor Stinner
|
3728d6ced0
|
Issue #18874: Remove tracemalloc.set_traceback_limit()
tracemalloc.start() now has an option nframe parameter
|
2013-11-23 12:37:20 +01:00 |
Victor Stinner
|
ed3b0bca3e
|
Issue #18874: Implement the PEP 454 (tracemalloc)
|
2013-11-23 12:27:24 +01:00 |