Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 383 Bytes

MemoryProfilerAbstract

Toolset for memory usage registration and observation:

  • Provides runtime allocation grouping through AllocationGroup.
  • Supports allocation group hierarchy, for example World -> Components -> MyVeryLargeComponent.
  • Event-driven memory usage observation through Capture API.
  • Integrated with Memory abstract unit.