Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
19a9d874
Unverified
Commit
19a9d874
authored
Jun 06, 2019
by
Gabi Melman
Committed by
GitHub
Jun 06, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
e013d6b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
7 deletions
+22
-7
README.md
README.md
+22
-7
No files found.
README.md
View file @
19a9d874
...
...
@@ -319,13 +319,28 @@ Below are some [benchmarks](https://github.com/gabime/spdlog/blob/v1.x/bench/ben
[info] null_mt Elapsed: 0.16 secs 6,272,758/sec
```
#### ASynchronous mode
```
[info] **************************************************************
[info] One logger, 10 threads, total 1,000,000 message => queue of 8192 entries
[info] **************************************************************
[info] async Elapsed: 1.75 secs 570,852/sec
[info] async Elapsed: 1.69 secs 592,855/sec
[info] async Elapsed: 1.67 secs 599,914/sec
[
info
]
-------------------------------------------------
[
info
]
Messages : 1,000,000
[
info
]
Threads : 10
[
info
]
Queue : 8,192 slots
[
info
]
Queue memory : 8,192 x 272 = 2,176 KB
[
info
]
Total iters : 3
[
info
]
-------------------------------------------------
[
info
]
[
info
]
********************************
*
[
info
]
Queue Overflow Policy: block
[
info
]
********************************
*
[
info
]
Elapsed: 1.70784 secs 585,535/sec
[
info
]
Elapsed: 1.69805 secs 588,910/sec
[
info
]
Elapsed: 1.7026 secs 587,337/sec
[
info
]
[
info
]
********************************
*
[
info
]
Queue Overflow Policy: overrun
[
info
]
********************************
*
[
info
]
Elapsed: 0.372816 secs 2,682,285/sec
[
info
]
Elapsed: 0.379758 secs 2,633,255/sec
[
info
]
Elapsed: 0.373532 secs 2,677,147/sec
```
## Documentation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment