Added stopwatch example to README.md

This commit is contained in:
gabime 2020-08-29 03:49:18 +03:00
parent d5048b8b0c
commit 537fd7c4ba

View File

@ -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 (using std::chrono::high_resolution_clock).
#include "spdlog/stopwatch.h"
void stopwatch_example()
{