Skip to content

This tool aims to visualize UE4 memreport file content.

License

Notifications You must be signed in to change notification settings

tito91/memreport-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

memreport-tool

This tool aims to visualize UE4 memreport file content.

Current status: displaying texture or sound size information in form of nested donut chart.

Sample chart

alt text

Dependencies

Application was created with Python 3.6.

Required packages:

  • anytree
  • matplotlib

Usage

Call main.py with parameters:

  • -i <input_filename> - obligatory: memreport file
  • -c <chart_type> - obligatory: chart type, one of the following: [textures, sounds]
  • -t <size threshold in KB> - optional: merges items under certain size

About

This tool aims to visualize UE4 memreport file content.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages