Progress.Profiler.MemoryProfiler class
- Last Updated: January 21, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Progress.Profiler.MemoryProfiler is used to interact with the AVM's memory
profiling capability. Memory profiling provides a report of memory use, referred to
as a recording, and represented as a series of snapshots, detailing the
size, scope, origin, type, and lifecycle of application objects generated and used
by the application.
Serializable:
No
Constructor
This class contains a private constructor; you cannot instantiate it directly.
Super Class
Interfaces
This class does not implement interfaces (beyond those it inherits from its base class).
Public Properties
| Enabled property | — |
Public Methods
| GetOutputFileName( ) method | TakeSnapshot( ) method |
Public Events
This class does not contain events.