#include "profiler.h"
Public Member Functions | |
enter (profile_data_accumulator &, const std::string &) | |
virtual | ~enter (void) |
Private Member Functions | |
enter (const enter &) | |
enter & | operator= (const enter &) |
Private Attributes | |
profile_data_accumulator & | acc |
std::string | fcn |
Definition at line 42 of file profiler.h.
profile_data_accumulator::enter::enter | ( | profile_data_accumulator & | a, | |
const std::string & | f | |||
) |
Definition at line 35 of file profiler.cc.
References acc, profile_data_accumulator::enter_function(), fcn, and profile_data_accumulator::is_active().
profile_data_accumulator::enter::~enter | ( | void | ) | [virtual] |
Definition at line 48 of file profiler.cc.
References acc, profile_data_accumulator::exit_function(), and fcn.
profile_data_accumulator::enter::enter | ( | const enter & | ) | [private] |
Definition at line 46 of file profiler.h.
std::string profile_data_accumulator::enter::fcn [private] |
Definition at line 47 of file profiler.h.