#include <Profiler.h>
◆ 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 = "" |
|
) |
| |
◆ Profiler() [3/3]
◆ ~Profiler()
dftefe::utils::Profiler::~Profiler |
( |
| ) |
|
◆ 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 |
◆ registerEnd()
void dftefe::utils::Profiler::registerEnd |
( |
const std::string & |
sectionName = "" | ) |
|
◆ registerStart()
void dftefe::utils::Profiler::registerStart |
( |
const std::string & |
sectionName | ) |
|
◆ reset()
void dftefe::utils::Profiler::reset |
( |
| ) |
|
◆ d_activeSections
std::list<std::string> dftefe::utils::Profiler::d_activeSections |
|
private |
◆ d_mpiComm
◆ 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
◆ d_totalTime
Timer dftefe::utils::Profiler::d_totalTime |
|
private |
The documentation for this class was generated from the following files: