bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
|
Report definition. More...
#include <bactria/reports/Incident.hpp>
#include <bactria/reports/Plugin.hpp>
#include <functional>
#include <string>
#include <tuple>
#include <utility>
Go to the source code of this file.
Classes | |
class | bactria::reports::Report< TIncidents > |
The report class. More... | |
Functions | |
template<typename... TIncidents> | |
auto | bactria::reports::make_report (std::string name, TIncidents &&... incidents) -> Report< TIncidents... > |
Create a Report from several Incidents. More... | |
Report definition.
Contains the definitions for the Report class. It should not be included directly by the user.