Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 698 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 698 Bytes

ResourceTracker

An enhanced fork of memoryprofiler.

Additional features (with all original memoryprofiler functionalities included)

  • Snapshot-Diff
    • Multiple snapshots comparison

1

  • Text Searching
    • full text searching among all memory objects
    • results are grouped by type

2

  • Alloc Tracking
    • The source-code allocation point backtracking of a given memory block

3

  • Minimum Sample
    • Contains a sample project (a simulation scene with minimum and recommended usage)

4

Minor fixes

  • namespace inconsistencies fixed