Block-Structured AMR Software Framework
AMReX_ProfParserBatch.cpp File Reference
#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)
 

Macro Definition Documentation

◆ SHOWVAL

#define SHOWVAL (   val)    { cout << #val << " = " << val << endl; }

Function Documentation

◆ PrintProfParserBatchUsage()

void PrintProfParserBatchUsage ( std::ostream &  os)

◆ PrintTimeRangeList()

void PrintTimeRangeList ( const std::list< RegionsProfStats::TimeRange > &  trList)

◆ ProfParserBatchFunctions()

bool ProfParserBatchFunctions ( int  argc,
char *  argv[],
bool  runDefault,
bool &  bParserProf 
)