#include <cstdio>
#include <iostream>
#include <fstream>
#include <string>
#include <utility>
#include <map>
#include <unordered_map>
#include <vector>
#include <algorithm>
#include <limits>
#include <iomanip>
#include <set>
#include <sys/time.h>
#include <AMReX_BLProfStats.H>
#include <AMReX_RegionsProfStats.H>
#include <AMReX_Utility.H>
#include <AMReX_IntVect.H>
#include <AMReX_Box.H>
#include <AMReX_FArrayBox.H>
#include <AMReX_ParallelDescriptor.H>
#include <AMReX_BLProfUtilities.H>
Macros | |
#define | SHOWVAL(val) { cout << #val << " = " << val << endl; } |
Functions | |
std::string | SanitizeName (const std::string &s) |
void | PrintTimeRangeList (const std::list< RegionsProfStats::TimeRange > &trList) |
std::ostream & | operator<< (std::ostream &os, const BLProfStats::TimeRange &tr) |
#define SHOWVAL | ( | val | ) | { cout << #val << " = " << val << endl; } |
std::ostream& operator<< | ( | std::ostream & | os, |
const BLProfStats::TimeRange & | tr | ||
) |
void PrintTimeRangeList | ( | const std::list< RegionsProfStats::TimeRange > & | trList | ) |
std::string SanitizeName | ( | const std::string & | s | ) |