#include <cstdlib>
#include <cstdio>
#include <iostream>
#include <fstream>
#include <string>
#include <cstring>
#include <list>
#include <typeinfo>
#include <limits>
#include <algorithm>
#include <iomanip>
#include <AMReX.H>
#include <AMReX_DataServices.H>
#include <AMReX_ParallelDescriptor.H>
Macros | |
#define | SHOWVAL(val) { cout << #val << " = " << val << endl; } |
Functions | |
void | PrintTimeRangeList (const std::list< RegionsProfStats::TimeRange > &trList) |
void | PrintProfParserBatchUsage (std::ostream &os) |
bool | ProfParserBatchFunctions (int argc, char *argv[], bool runDefault, bool &bParserProf) |
#define SHOWVAL | ( | val | ) | { cout << #val << " = " << val << endl; } |
void PrintProfParserBatchUsage | ( | std::ostream & | os | ) |
void PrintTimeRangeList | ( | const std::list< RegionsProfStats::TimeRange > & | trList | ) |
bool ProfParserBatchFunctions | ( | int | argc, |
char * | argv[], | ||
bool | runDefault, | ||
bool & | bParserProf | ||
) |