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
2292f7a2
Commit
2292f7a2
authored
Jul 08, 2018
by
gabime
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated readme
parent
3ea1d27a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+2
-1
No files found.
README.md
View file @
2292f7a2
...
@@ -50,6 +50,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
...
@@ -50,6 +50,7 @@ Very fast, header only, C++ logging library. [![Build Status](https://travis-ci.
Below are some
[
benchmarks
](
bench
)
comparing popular log libraries under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz
Below are some
[
benchmarks
](
bench
)
comparing popular log libraries under Ubuntu 64 bit, Intel i7-4770 CPU @ 3.40GHz
#### Synchronous mode
#### Synchronous mode
```
*******************************************************************************
*******************************************************************************
Single thread, 1,000,000 iterations
Single thread, 1,000,000 iterations
*******************************************************************************
*******************************************************************************
...
@@ -73,7 +74,7 @@ async logging.. 10 threads sharing same logger, 1,000,000 iterations
...
@@ -73,7 +74,7 @@ async logging.. 10 threads sharing same logger, 1,000,000 iterations
async... Elapsed: 0.442731 2,258,706/sec
async... Elapsed: 0.442731 2,258,706/sec
async... Elapsed: 0.427072 2,341,527/sec
async... Elapsed: 0.427072 2,341,527/sec
async... Elapsed: 0.449768 2,223,369/sec
async... Elapsed: 0.449768 2,223,369/sec
```
## Usage Example
## Usage Example
```
c++
```
c++
...
...
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