SpECTRE  v2024.04.12
mem_monitor::Tags::MemoryHolder Struct Reference

Tag to hold memory usage of parallel components before it is written to disk. More...

#include <Tags.hpp>

Public Types

using type = std::unordered_map< std::string, std::unordered_map< double, std::unordered_map< int, double > > >
 

Detailed Description

Tag to hold memory usage of parallel components before it is written to disk.

Details

The types in the unordered_map are as follows:

std::unordered_map<Node/Proc, Memory in MB>>>
The time in a simulation. Times can be safely compared for exact equality as long as they do not belo...
Definition: Time.hpp:29

The documentation for this struct was generated from the following file: