Loading [MathJax]/extensions/tex2jax.js
cpp-stat-bench
0.24.0
Benchmark library with statistics for C++.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
c
d
e
g
i
m
n
o
p
s
t
u
Functions
c
d
e
g
i
m
n
o
p
u
Variables
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
~
Variables
c
d
e
f
g
i
j
l
m
n
p
s
v
Typedefs
Files
File List
File Members
All
Macros
Examples
▼
cpp-stat-bench
✨ Features
Repositories
Documentation
►
Installation
How to Build in this Repository
License
Deprecated List
►
Namespaces
►
Classes
▼
Files
▼
File List
►
doc
▼
include
▼
stat_bench
►
bench_impl
►
clock
►
filters
►
measurer
►
param
►
plots
►
reporter
►
runner
►
stat
▼
util
►
check_glob_pattern.h
►
escape_for_file_name.h
►
escape_for_html.h
►
ordered_map.h
►
prepare_directory.h
►
string_view.h
►
sync_barrier.h
►
utf8_string.h
►
benchmark_case_name.h
►
benchmark_condition.h
►
benchmark_full_name.h
►
benchmark_group_name.h
►
benchmark_macros.h
►
current_invocation_context.h
►
custom_output_name.h
►
do_not_optimize.h
►
fixture_base.h
►
invocation_context.h
►
memory_barrier.h
►
plot_option.h
►
plot_options.h
►
stat_bench_exception.h
►
version.h
►
src
►
File Members
►
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
prepare_directory.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
#pragma once
21
22
#include <string>
23
24
namespace
stat_bench
{
25
namespace
util
{
26
32
void
prepare_directory
(
const
std::string& path);
33
39
void
prepare_directory_for
(
const
std::string& path);
40
41
}
// namespace util
42
}
// namespace stat_bench
stat_bench::util
Namespace of utility functions and classes.
Definition
check_glob_pattern.h:25
stat_bench::util::prepare_directory
void prepare_directory(const std::string &path)
Prepare a directory.
Definition
prepare_directory.cpp:89
stat_bench::util::prepare_directory_for
void prepare_directory_for(const std::string &path)
Prepare a directory for a file.
Definition
prepare_directory.cpp:115
stat_bench
Namespace of stat_bench source codes.
Definition
benchmark_case_helper.h:26
include
stat_bench
util
prepare_directory.h
Generated on Fri Jun 6 2025 04:25:08 for cpp-stat-bench by
1.13.2