Updated stopwatch example to README.md

pull/1685/head
gabime 5 years ago
parent 537fd7c4ba
commit 7097f7a894

@ -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()
{

Loading…
Cancel
Save