12 #ifndef CD_MemoryReport_H
13 #define CD_MemoryReport_H
20 #include <CD_NamespaceHeader.H>
53 #include <CD_NamespaceFooter.H>
Namespace containing utility functions for reporting memory usage in various formats.
Definition: CD_MemoryReport.H:25
void getMemoryUsage(Vector< Real > &a_peak, Vector< Real > &a_unfreed)
Get peak and unfreed memory usage per rank.
Definition: CD_MemoryReport.cpp:83
void getMaxMinMemoryUsage()
Print the global maximum and minimum memory usage. This includes peak memory and unfreed memory.
Definition: CD_MemoryReport.cpp:23