Commit 7097f7a8 authored by gabime's avatar gabime

Updated stopwatch example to README.md

parent 537fd7c4
......@@ -172,7 +172,7 @@ spdlog::flush_every(std::chrono::seconds(3));
---
#### Stopwatch
```c++
// Stopwatch support for spdlog (using std::chrono::high_resolution_clock).
// Stopwatch support for spdlog
#include "spdlog/stopwatch.h"
void stopwatch_example()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment