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
ad8071ad
Commit
ad8071ad
authored
Dec 13, 2015
by
Gabi Melman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
6feaa29c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
ad8071ad
...
@@ -36,11 +36,11 @@ Below are some [benchmarks](bench) comparing popular log libraries under Ubuntu
...
@@ -36,11 +36,11 @@ Below are some [benchmarks](bench) comparing popular log libraries under Ubuntu
#### Synchronous mode
#### Synchronous mode
Time needed to log 1,000,000 lines in synchronous mode (in seconds, the best of 3 runs):
Time needed to log 1,000,000 lines in synchronous mode (in seconds, the best of 3 runs):
|threads|boost log|glog |easylogging |spdlog|
|threads|boost log
1.54
|glog |easylogging |spdlog|
|-------|:-------:|:-----:|----------:|------:|
|-------|:-------:|:-----:|----------:|------:|
|1| 4.169s |1.066s |0.975s |0.302s|
|1| 4.169s |1.066s |0.975s |0.302s|
|10|
16.029
|3.032s |2.857s |0.968s|
|10|
6.180s
|3.032s |2.857s |0.968s|
|100|
15.008
|1.139s |4.512s |0.497s|
|100|
5.981s
|1.139s |4.512s |0.497s|
#### Asynchronous mode
#### Asynchronous mode
...
...
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