#include "SAMRAI_config.h"
#include <iostream>
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::tbox |
Classes | |
struct | SAMRAI::tbox::MemoryUtilities |
Class MemoryUtilities provides utility methods to access information about the memory characteristics of an application. Currently, there are only methods, one called "printMemoryInfo()" which does a simple dump of the current memory usage on a processor, and "recordMemoryInfo()" which records the memory for post-process analysis. More... |