Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.54 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.54 KB

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

Changes

  • 📎 v1.1.1 released [2016-11-25]
    • merged back several fixes
      • resources moved into editor specific folder (4fdf39feabbfeb7a0c10158f31e575ca71f6670c)
      • fix the selection in search result list (5017afe200c12bb5bef65f1f6b5c967800f8d483)
  • v1.1.0 released [2016-11-25]
    • 🚩 add memory object browser (two-lists table view)
      • 🔸 add realtime text searching for mem-object browser (7134431409c0f962dd4e07de94c71af6df15bc4f)
      • 🔸 add navigation buttons (back & forward) (754d4a3f57abac015db65c4effe350d2188772c1)
      • 🔸 add loading progress indicators (2ee1ec5f8b35d828a20c53d1bf958a380bb2f292)