Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 810 Bytes

File metadata and controls

21 lines (16 loc) · 810 Bytes

Sherlock


Sherlock is a terminal-first memory profiler and heap analyzer for .NET. It captures standard managed dumps, finds retained memory, traces GC roots, and can correlate live objects with the call stacks that allocated them.

sl run --correlate -- dotnet run --project MyApp
sl> snapshot
sl[s1]> dominators
sl[s1]> gcroot 0x137e15ac0
sl[s1]> whoalloc 0x137e15ac0
screenshot Screenshot 2026-07-29 at 16 32 21