fairness
v1.0.0
A collection of advanced syncronization mechanisms.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
b
c
d
e
g
i
l
m
n
p
r
s
t
w
Functions
b
c
d
g
i
l
n
p
s
t
w
Variables
e
m
p
r
Typedefs
Enumerations
Classes
Class List
Class Index
Class Members
All
c
g
i
l
m
o
p
r
s
t
u
w
~
Functions
c
g
i
l
m
o
p
r
s
t
u
w
~
Variables
Files
File List
File Members
All
_
b
g
l
m
n
p
r
t
w
Functions
_
b
m
t
Macros
b
g
l
n
p
r
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
pipeline_benchmark.hpp
Go to the documentation of this file.
1
14
#include "experimental/experimental_mutex_benchmark.hpp"
15
#include "
pm/priority_mutex_benchmark.hpp
"
16
#include "
rpm/recursive_priority_mutex_benchmark.hpp
"
17
#include "
slm/slim_priority_mutex_benchmark.hpp
"
18
#include "
spm/shared_priority_mutex_benchmark.hpp
"
19
#include "
spnlcpm/spinlock_priority_mutex_benchmark.hpp
"
20
#include "
std/standard_mutex_benchmark.hpp
"
21
#include "
std/standard_shared_mutex_benchmark.hpp
"
22
#include "
std/standard_recursive_mutex_benchmark.hpp
"
28
void
____________________________________________________________________________________________
(benchmark::State& state) {
29
int
i = 0;
30
for
(
auto
_ : state){
31
++i;
32
}
33
}
28
void
____________________________________________________________________________________________
(benchmark::State& state) {
…
}
34
____________________________________________________________________________________________
void ____________________________________________________________________________________________(benchmark::State &state)
This function is used to separate benchmark categories.
Definition
pipeline_benchmark.hpp:28
priority_mutex_benchmark.hpp
Alias priority_mutex_benchmark.
recursive_priority_mutex_benchmark.hpp
Alias recursive_priority_mutex_benchmark.
shared_priority_mutex_benchmark.hpp
Alias shared_priority_mutex_benchmark.
slim_priority_mutex_benchmark.hpp
Alias slim_priority_mutex_benchmark.
spinlock_priority_mutex_benchmark.hpp
Alias spinlock_priority_mutex_benchmark.
standard_mutex_benchmark.hpp
Alias standard_mutex_benchmark.
standard_recursive_mutex_benchmark.hpp
Alias standard_recursive_mutex_benchmark.
standard_shared_mutex_benchmark.hpp
Alias standard_shared_mutex_benchmark.
benchmarks
pipeline_benchmark.hpp
Generated by
1.9.8