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
9e3656a1
Commit
9e3656a1
authored
Nov 07, 2014
by
gabi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://github.com/gabime/spdlog
parents
4fb55903
a8c80c40
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
boost-bench-mt.cpp
bench/boost-bench-mt.cpp
+0
-0
boost-bench.cpp
bench/boost-bench.cpp
+0
-0
spdlog-bench-mt.cpp
bench/spdlog-bench-mt.cpp
+0
-0
spdlog-bench.cpp
bench/spdlog-bench.cpp
+0
-0
example.cpp
example/example.cpp
+1
-1
No files found.
README.md
View file @
9e3656a1
...
...
@@ -28,7 +28,7 @@ Just copy the files to your build tree and use a C++11 compiler
## Benchmarks
Here are some
[
benchmarks
](
bench
-comparison
)
comparing spdlog vs boost log(1.56.0) on Ubuntu 64 bits, Intel i7-4770 CPU @ 3.40GHz.
Here are some
[
benchmarks
](
bench
)
comparing spdlog vs boost log(1.56.0) on Ubuntu 64 bits, Intel i7-4770 CPU @ 3.40GHz.
The bench writes 1,000,000 log lines to a rotating log file (using shared synchronous logger object):
...
...
bench/boost-bench-mt.cpp
View file @
9e3656a1
bench/boost-bench.cpp
View file @
9e3656a1
bench/spdlog-bench-mt.cpp
View file @
9e3656a1
bench/spdlog-bench.cpp
View file @
9e3656a1
example/example.cpp
View file @
9e3656a1
...
...
@@ -29,7 +29,7 @@
#include "spdlog/spdlog.h"
int
main
a
(
int
,
char
*
[])
int
main
(
int
,
char
*
[])
{
namespace
spd
=
spdlog
;
...
...
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