Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
b70020d7
Commit
b70020d7
authored
May 20, 2018
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upadte stats
parent
ade22934
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
README.md
README.md
+7
-7
No files found.
README.md
View file @
b70020d7
...
...
@@ -30,7 +30,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
*
Headers only, just copy and use.
*
Feature rich
[
call style
](
#usage-example
)
using the excellent
[
fmt
](
https://github.com/fmtlib/fmt
)
library.
*
Optional printf syntax support.
*
Extremely fast asynchronous mode (optional) - using lockfree queues and other tricks to reach millions of calls/sec.
*
Asynchronous mode (optional)
*
[
Custom
](
https://github.com/gabime/spdlog/wiki/3.-Custom-formatting
)
formatting.
*
Conditional Logging
*
Multi/Single threaded loggers.
...
...
@@ -54,9 +54,9 @@ Time needed to log 1,000,000 lines in synchronous mode (in seconds, the best of
|threads|boost log 1.54|glog |easylogging |spdlog|
|-------|:-------:|:-----:|----------:|------:|
|1| 4.169s |1.066s |0.975s |0.3
0
2s|
|10| 6.180s |3.032s |2.857s |0.
968
s|
|100| 5.981s |1.139s |4.512s |0.
49
7s|
|1| 4.169s |1.066s |0.975s |0.3
9
2s|
|10| 6.180s |3.032s |2.857s |0.
773
s|
|100| 5.981s |1.139s |4.512s |0.
58
7s|
#### Asynchronous mode
...
...
@@ -64,9 +64,9 @@ Time needed to log 1,000,000 lines in asynchronous mode, i.e. the time it takes
|threads|g2log
<sup>
async logger
</sup>
|spdlog
<sup>
async mode
</sup>
|
|:-------|:-----:|-------------------------:|
|1| 1.850s |0.
216
s |
|10| 0.943s |0.
173
s|
|100| 0.959s |0.
202
s|
|1| 1.850s |0.
39
s |
|10| 0.943s |0.
416
s|
|100| 0.959s |0.
413
s|
...
...
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