Flow123d  JS_before_hm-1013-g06f2edc
Public Member Functions | Static Public Member Functions | Private Member Functions | List of all members
Profiler Class Reference

#include <sys_profiler.hh>

Public Member Functions

void set_task_info (string, int)
 
void set_program_info (string, string, string, string, string)
 
void notify_malloc (const size_t)
 
void notify_free (const size_t)
 
void output (MPI_Comm, ostream &)
 
void output (MPI_Comm)
 
void transform_profiler_data (const string &, const string &)
 
double get_resolution () const
 
const char * actual_tag () const
 
unsigned int actual_count () const
 
double actual_cumulative_time () const
 

Static Public Member Functions

static Profilerinstance (bool clear=false)
 
static void uninitialize ()
 

Private Member Functions

 Profiler ()
 

Detailed Description

Definition at line 839 of file sys_profiler.hh.

Constructor & Destructor Documentation

Profiler::Profiler ( )
inlineprivate

Definition at line 867 of file sys_profiler.hh.

Here is the caller graph for this function:

Member Function Documentation

unsigned int Profiler::actual_count ( ) const
inline

Definition at line 861 of file sys_profiler.hh.

double Profiler::actual_cumulative_time ( ) const
inline

Definition at line 863 of file sys_profiler.hh.

const char* Profiler::actual_tag ( ) const
inline

Definition at line 859 of file sys_profiler.hh.

double Profiler::get_resolution ( ) const
inline

Definition at line 857 of file sys_profiler.hh.

Here is the caller graph for this function:

Profiler * Profiler::instance ( bool  clear = false)
static

Definition at line 942 of file sys_profiler.cc.

Here is the caller graph for this function:

void Profiler::notify_free ( const size_t  )
inline

Definition at line 849 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::notify_malloc ( const size_t  )
inline

Definition at line 847 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::output ( MPI_Comm  ,
ostream &   
)
inline

Definition at line 851 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::output ( MPI_Comm  )
inline

Definition at line 853 of file sys_profiler.hh.

void Profiler::set_program_info ( string  ,
string  ,
string  ,
string  ,
string   
)
inline

Definition at line 845 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::set_task_info ( string  ,
int   
)
inline

Definition at line 843 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::transform_profiler_data ( const string &  ,
const string &   
)
inline

Definition at line 855 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::uninitialize ( )
static

Definition at line 955 of file sys_profiler.cc.

Here is the caller graph for this function:


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