- MemPro Reader - Memory Analysis Tool for .mempro Files
- BRIEF DESCRIPTION:
- Program reads MemPro (.mempro) files and creates detailed memory analysis
- with focus on memory leaks, allocations, and performance. Generates JSON files:
-
- Memory analysis - detailed information about memory usage
-
- Allocations analysis - summary statistics for all allocations
- USAGE:
- dotnet run --project MemProReader "path/to/file.mempro"
- OUTPUT FILES:
-
- filename_memory_analysis.json - memory analysis (large file)
-
- filename_allocations_analysis.json - allocations analysis (compact file)
- KEY METRICS:
-
- TotalAllocations, TotalSize, AvgSizePerAllocation
-
- LeakCount, LeakSize, MemoryFragmentation
-
- AllocationPatterns, MemoryHotspots
-
Notifications
You must be signed in to change notification settings - Fork 0
Memory Analysis Tool for .mempro Files
License
bivex/MemProReader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Memory Analysis Tool for .mempro Files
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published