Fawkes API
Fawkes Development Version
|
Thread aspect to provide metrics. More...
#include <>>
Public Member Functions | |
MetricsAspect (MetricsSupplier *metrics_supplier) __attribute__((nonnull)) | |
Constructor. More... | |
virtual | ~MetricsAspect () |
Virtual empty destructor. More... | |
![]() | |
const std::list< const char * > & | get_aspects () const |
Get list of aspect names attached to a aspected thread. More... | |
Additional Inherited Members | |
![]() | |
void | add_aspect (const char *name) |
Add an aspect to a thread. More... | |
fawkes::MetricsAspect::MetricsAspect | ( | MetricsSupplier * | metrics_supplier | ) |
Constructor.
metrics_supplier | metrics supplier |
Definition at line 36 of file metrics.cpp.
References fawkes::Aspect::add_aspect().
|
virtual |
Virtual empty destructor.
Definition at line 43 of file metrics.cpp.