Flow123d  JS_before_hm-1576-g4d0b70e
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, string)
 
void output (string)
 
void output (MPI_Comm)
 
void output ()
 
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
 
void calibrate ()
 
double calibration_time ()
 

Static Public Member Functions

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

Private Member Functions

 Profiler ()
 

Detailed Description

Definition at line 872 of file sys_profiler.hh.

Constructor & Destructor Documentation

Profiler::Profiler ( )
inlineprivate

Definition at line 910 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 900 of file sys_profiler.hh.

double Profiler::actual_cumulative_time ( ) const
inline

Definition at line 902 of file sys_profiler.hh.

const char* Profiler::actual_tag ( ) const
inline

Definition at line 898 of file sys_profiler.hh.

void Profiler::calibrate ( )

Here is the caller graph for this function:

double Profiler::calibration_time ( )
inline

Definition at line 906 of file sys_profiler.hh.

double Profiler::get_resolution ( ) const
inline

Definition at line 896 of file sys_profiler.hh.

Here is the caller graph for this function:

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

Definition at line 988 of file sys_profiler.cc.

Here is the caller graph for this function:

void Profiler::notify_free ( const size_t  )
inline

Definition at line 882 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::notify_malloc ( const size_t  )
inline

Definition at line 880 of file sys_profiler.hh.

Here is the caller graph for this function:

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

Definition at line 884 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::output ( MPI_Comm  ,
string   
)
inline

Definition at line 886 of file sys_profiler.hh.

void Profiler::output ( string  )
inline

Definition at line 888 of file sys_profiler.hh.

void Profiler::output ( MPI_Comm  )
inline

Definition at line 890 of file sys_profiler.hh.

void Profiler::output ( )
inline

Definition at line 892 of file sys_profiler.hh.

Here is the caller graph for this function:

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

Definition at line 878 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::set_task_info ( string  ,
int   
)
inline

Definition at line 876 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 894 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::uninitialize ( )
static

Definition at line 1001 of file sys_profiler.cc.

Here is the caller graph for this function:


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