#include <gu_profile.hpp>
|
| Profile (const std::string &name="profile") |
|
void | enter (const Point &point) const |
|
void | leave (const Point &point) const |
|
void | clear () const |
|
|
std::string const | name_ |
|
long long int const | start_time_calendar_ |
|
long long int const | start_time_thread_cputime_ |
|
gu::Mutex | mutex_ |
|
Map | points_ |
|
|
std::ostream & | operator<< (std::ostream &, const Profile &) |
|
Profile class for collecting statistics about profile points.
gu::prof::Profile::Profile |
( |
const std::string & |
name = "profile" | ) |
|
|
inline |
Default constructor.
- Parameters
-
name_ | Name identifying the profile in ostream output. |
The documentation for this class was generated from the following file:
- /wrkdirs/usr/ports/databases/galera/work/galera-25.3.5-src/galerautils/src/gu_profile.hpp