Flow123d  release_2.2.0-914-gf1a3a4f
Public Member Functions | Static Public Member Functions | Private Member Functions | Static Private Attributes | List of all members
Profiler Class Reference

#include <sys_profiler.hh>

Collaboration diagram for Profiler:
Collaboration graph
[legend]

Public Member Functions

void set_task_info (string description, int size)
 
void set_program_info (string program_name, string program_version, string branch, string revision, string build)
 
void notify_malloc (const size_t size)
 
void notify_free (const size_t size)
 
void output (MPI_Comm comm, ostream &os)
 
void output (MPI_Comm comm)
 
void transform_profiler_data (const string &output_file_suffix, const string &formatter)
 
double get_resolution () const
 
const char * actual_tag () const
 
unsigned int actual_count () const
 
double actual_cumulative_time () const
 

Static Public Member Functions

static void initialize ()
 
static Profilerinstance ()
 
static void uninitialize ()
 

Private Member Functions

 Profiler ()
 

Static Private Attributes

static Profiler_instance = NULL
 

Detailed Description

Definition at line 846 of file sys_profiler.hh.

Constructor & Destructor Documentation

Profiler::Profiler ( )
inlineprivate

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

double Profiler::actual_cumulative_time ( ) const
inline

Definition at line 871 of file sys_profiler.hh.

const char* Profiler::actual_tag ( ) const
inline

Definition at line 867 of file sys_profiler.hh.

double Profiler::get_resolution ( ) const
inline

Definition at line 865 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::initialize ( )
static

Definition at line 957 of file sys_profiler.cc.

Here is the caller graph for this function:

Profiler * Profiler::instance ( )
static

Definition at line 950 of file sys_profiler.cc.

Here is the caller graph for this function:

void Profiler::notify_free ( const size_t  size)
inline

Definition at line 857 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::notify_malloc ( const size_t  size)
inline

Definition at line 855 of file sys_profiler.hh.

Here is the caller graph for this function:

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

Definition at line 859 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::output ( MPI_Comm  comm)
inline

Definition at line 861 of file sys_profiler.hh.

void Profiler::set_program_info ( string  program_name,
string  program_version,
string  branch,
string  revision,
string  build 
)
inline

Definition at line 853 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::set_task_info ( string  description,
int  size 
)
inline

Definition at line 851 of file sys_profiler.hh.

Here is the caller graph for this function:

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

Definition at line 863 of file sys_profiler.hh.

Here is the caller graph for this function:

void Profiler::uninitialize ( )
static

Definition at line 964 of file sys_profiler.cc.

Here is the caller graph for this function:

Member Data Documentation

Profiler * Profiler::_instance = NULL
staticprivate

Definition at line 875 of file sys_profiler.hh.


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