You can use EsMemoryUseReport to determine the size of the code in an application. For example, to report the memory usage by the CPM application, use the following:EsMemoryUseReport can report more detailed memory usage be setting showMethods: to true. This produces a report with the class information as shown above, but also reports memory statistics for each method in the class.
|