bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
bactria.hpp
Go to the documentation of this file.
1
/* Copyright 2021 Jan Stephan
2
*
3
* Licensed under the EUPL, Version 1.2 or - as soon they will be approved by
4
* the European Commission - subsequent versions of the EUPL (the “Licence”).
5
* You may not use this work except in compliance with the Licence.
6
* You may obtain a copy of the Licence at:
7
*
8
* http://ec.europa.eu/idabc/eupl.html
9
*
10
* Unless required by applicable law or agreed to in writing, software
11
* distributed under the Licence is distributed on an “AS IS” basis, WITHOUT
12
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13
* Licence permissions and limitations under the Licence.
14
*/
15
23
#pragma once
24
25
#include <
bactria/core/Activation.hpp
>
26
#include <
bactria/core/Context.hpp
>
27
#include <
bactria/metrics/Phase.hpp
>
28
#include <
bactria/metrics/Sector.hpp
>
29
#include <
bactria/metrics/Tags.hpp
>
30
#include <
bactria/ranges/Category.hpp
>
31
#include <
bactria/ranges/Colors.hpp
>
32
#include <
bactria/ranges/Event.hpp
>
33
#include <
bactria/ranges/Marker.hpp
>
34
#include <
bactria/ranges/Range.hpp
>
35
#include <
bactria/reports/Incident.hpp
>
36
#include <
bactria/reports/IncidentRecorder.hpp
>
37
#include <
bactria/reports/Report.hpp
>
Colors.hpp
Color definitions.
Sector.hpp
Sector definitions.
Category.hpp
Category definitions.
Phase.hpp
Phase definitions.
Event.hpp
Event definitions.
IncidentRecorder.hpp
IncidentRecorder definitions.
Tags.hpp
Tag definitions.
Incident.hpp
Incident definition.
Report.hpp
Report definition.
Marker.hpp
Marker definitions.
Context.hpp
Context definitions.
Activation.hpp
Plugin activation file.
Range.hpp
Range definitions.
include
bactria
bactria.hpp
Generated by
1.8.17