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

Macro Definition Documentation

◆ SHOWVAL

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

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const BLProfStats::TimeRange tr 
)

◆ PrintTimeRangeList()

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

◆ SanitizeName()

std::string SanitizeName ( const std::string &  s)