Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Skyward Boardcore
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
Skyward Boardcore
Wiki
Mutex and Atomic Benchmark
Changes
Page history
New page
Templates
Clone repository
Fixed small glitch
authored
2 years ago
by
Riccardo Musso
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Mutex-and-Atomic-Benchmark.md
+1
-0
1 addition, 0 deletions
Mutex-and-Atomic-Benchmark.md
with
1 addition
and
0 deletions
Mutex-and-Atomic-Benchmark.md
View page @
a7a620c9
...
...
@@ -32,6 +32,7 @@ This test consists of measuring the execution time of 50000 increments of an int
| 4 | std::atomic | ~132 |
| 8 | FastMutex | 3647 ± 7.6 |
| 8 | std::atomic | ~132 |
Results show that std::atomic performs practically the same as a normal integer.
## Test 3: comparison of using std::atomic vs FastMutex as synchronizer
...
...
This diff is collapsed.
Click to expand it.