|
|
@ -173,7 +173,6 @@ void trace_example() {
|
|
|
|
|
|
|
|
|
|
|
|
// stopwatch example
|
|
|
|
// stopwatch example
|
|
|
|
#include <thread>
|
|
|
|
#include <thread>
|
|
|
|
|
|
|
|
|
|
|
|
#include "spdlog/stopwatch.h"
|
|
|
|
#include "spdlog/stopwatch.h"
|
|
|
|
void stopwatch_example() {
|
|
|
|
void stopwatch_example() {
|
|
|
|
spdlog::stopwatch sw;
|
|
|
|
spdlog::stopwatch sw;
|
|
|
|