Message262003
Patch version 2:
- modify _tracemalloc._get_traces() to include domain in traces
- add tracemalloc.DomainFilter(domain)
- add domain optional parameter to tracemalloc.Filter constructor
Currently, Snapshot._group_by() ignores domain information. I don't know how the domain should be exposed, *if* it should be exposed.
By the way, maybe we don't need to export the domain at the Python level at all? (Don't expose it in _tracemalloc._get_traces()). |
|
Date |
User |
Action |
Args |
2016-03-18 22:50:04 | vstinner | set | recipients:
+ vstinner, pitrou, njs |
2016-03-18 22:50:03 | vstinner | set | messageid: <1458341403.4.0.796776255672.issue26588@psf.upfronthosting.co.za> |
2016-03-18 22:50:03 | vstinner | link | issue26588 messages |
2016-03-18 22:50:02 | vstinner | create | |
|