cpp-stat-bench 0.24.0
Benchmark library with statistics for C++.
Loading...
Searching...
No Matches
namespaces.h
Go to the documentation of this file.
1/*
2 * Copyright 2021 MusicScience37 (Kenta Kabashima)
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
20
25
27namespace stat_bench {
28
33
38
40 namespace bench_impl {}
41
43 namespace impl {}
44
49
54
56 namespace clock {}
57
62
67
69 namespace filters {}
70
75
80
82 namespace measurer {}
83
88
93
95 namespace param {}
96
101
106
108 namespace plots {}
109
114
119
121 namespace reporter {
122
124 namespace data_file_spec {}
125
126 } // namespace reporter
127
132
137
139 namespace runner {}
140
145
150
152 namespace stat {}
153
158
163
165 namespace util {}
166
167} // namespace stat_bench
168
170namespace fmt {}
171
173namespace nlohmann {}
174
176namespace msgpack_light {
177
179 namespace type_support {}
180
181} // namespace msgpack_light
Namespace of fmt library.
Namespace to support types.
Namespace of cpp-msgpack-light library.
Namespace of nlohmann::json library.
Namespace of internal implementation.
Namespace of clocks for benchmarks.
Definition duration.h:23
Namespace of filters of benchmarks.
Namespace of internal implementation.
Namespace of classes to measure time in benchmarks.
Namespace of parameters of benchmarks.
Namespace of plotting.
Definition box_plot.h:28
Namespace of specification of data files.
Namespace of reporters of results of benchmarks.
Namespace of classes to run benchmarks.
Namespace of statistics.
Definition calc_stat.h:29
Namespace of utility functions and classes.
Namespace of stat_bench source codes.