STATISTICS attribute
- Last Updated: November 7, 2025
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Enables the collection of statistics from the profiler. When set to TRUE, the profiler collects internal statics information about an ABL application. This information is in addition to the COVERAGE details. The data collected includes the number of internal procedures, external procedures, class methods, user-defined functions, temp-tables, static queries, static buffers, static datasets, r-code size, startup parameters, database connections, and tables per database during the session. The default value is FALSE.
Data type: LOGICAL
Access: Readable/Writable
Applies to: PROFILER system handle
CAUTION: Avoid setting the
STATISTICS
attribute, as it produces large amounts of data. Enable it only if instructed by Technical
Support.