|
chombo-discharge
|
Headers for utility functions that report memory usage. More...
#include <REAL.H>#include <Vector.H>#include <CD_NamespaceHeader.H>#include <CD_NamespaceFooter.H>

Go to the source code of this file.
Namespaces | |
| namespace | MemoryReport |
| Namespace containing utility functions for reporting memory usage in various formats. | |
Functions | |
| void | MemoryReport::getMaxMinMemoryUsage () |
| Print the global maximum and minimum memory usage. This includes peak memory and unfreed memory. | |
| void | MemoryReport::getMaxMinMemoryUsage (Real &a_maxPeak, Real &a_minPeak, Real &a_maxUnfreed, Real &a_minUnfreed) |
| Print the global maximum and minimum memory usage. This includes peak memory and unfreed memory. | |
| void | MemoryReport::getMemoryUsage (Vector< Real > &a_peak, Vector< Real > &a_unfreed) |
| Get peak and unfreed memory usage per rank. | |
Headers for utility functions that report memory usage.