Skip to content

Using the MemProfiler

BlazingTwist edited this page Apr 17, 2021 · 1 revision

The Basics

  • Open the MemProfiler using the console-Command MemProfiler
  • Click the Refresh button in the top right corner
  • Click the Current Objects button in the row below that (reflection isn't supported for the other types)
  • Enter your search expression in the filter text-Field, or press any of the reflect on type or reflect on name buttons
  • If a field that should show up is missing, try checking the reflectOnProperties box in the top right corner

Expression Examples

  • SanctuaryPet@reflect - lists all objects of the name or type SanctuaryPet and their fields/properties
  • SanctuaryPet.abc@reflect - filters the first layer of fields/properties for names that contain a, b and c in that order, with any characters inbetween
  • SanctuaryPet.*.abc@reflect - filters the second layer of fields/properties the same way as above
  • SanctuaryPet.abc@type@reflect - filters the first layer of fields/properties for types that contain a, b and c in that order, with any characters inbetween
Clone this wiki locally