DFT-EFE
 
Loading...
Searching...
No Matches
dftefe::utils::Profiler Class Reference

#include <Profiler.h>

Collaboration diagram for dftefe::utils::Profiler:

Classes

struct  Section
 

Public Member Functions

 Profiler (const std::string &profileName="")
 
 Profiler (const mpi::MPIComm &mpiComm, const std::string &profileName="")
 
 Profiler (const mpi::MPIComm &mpiComm, const ConditionalOStream &stream, const std::string &profileName="")
 
 ~Profiler ()
 
void registerStart (const std::string &sectionName)
 
void registerEnd (const std::string &sectionName="")
 
void print () const
 
Timer getSectionTimer (const std::string &sectionName) const
 
double getSectionTotalWallTime (const std::string &sectionName) const
 
unsigned int getSectionCalls (const std::string &sectionName) const
 
void reset ()
 

Private Attributes

std::map< std::string, Sectiond_SectionsMap
 
std::list< std::string > d_activeSections
 
ConditionalOStream d_stream
 
const mpi::MPIComm d_mpiComm
 
Timer d_totalTime
 
std::string d_profileName
 

Constructor & Destructor Documentation

◆ Profiler() [1/3]

dftefe::utils::Profiler::Profiler ( const std::string &  profileName = "")

◆ Profiler() [2/3]

dftefe::utils::Profiler::Profiler ( const mpi::MPIComm mpiComm,
const std::string &  profileName = "" 
)
Here is the call graph for this function:

◆ Profiler() [3/3]

dftefe::utils::Profiler::Profiler ( const mpi::MPIComm mpiComm,
const ConditionalOStream stream,
const std::string &  profileName = "" 
)

◆ ~Profiler()

dftefe::utils::Profiler::~Profiler ( )
Here is the call graph for this function:

Member Function Documentation

◆ getSectionCalls()

unsigned int dftefe::utils::Profiler::getSectionCalls ( const std::string &  sectionName) const

◆ getSectionTimer()

Timer dftefe::utils::Profiler::getSectionTimer ( const std::string &  sectionName) const

◆ getSectionTotalWallTime()

double dftefe::utils::Profiler::getSectionTotalWallTime ( const std::string &  sectionName) const

◆ print()

void dftefe::utils::Profiler::print ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ registerEnd()

void dftefe::utils::Profiler::registerEnd ( const std::string &  sectionName = "")
Here is the caller graph for this function:

◆ registerStart()

void dftefe::utils::Profiler::registerStart ( const std::string &  sectionName)
Here is the caller graph for this function:

◆ reset()

void dftefe::utils::Profiler::reset ( )
Here is the call graph for this function:

Member Data Documentation

◆ d_activeSections

std::list<std::string> dftefe::utils::Profiler::d_activeSections
private

◆ d_mpiComm

const mpi::MPIComm dftefe::utils::Profiler::d_mpiComm
private

◆ d_profileName

std::string dftefe::utils::Profiler::d_profileName
private

◆ d_SectionsMap

std::map<std::string, Section> dftefe::utils::Profiler::d_SectionsMap
private

◆ d_stream

ConditionalOStream dftefe::utils::Profiler::d_stream
private

◆ d_totalTime

Timer dftefe::utils::Profiler::d_totalTime
private

The documentation for this class was generated from the following files: