|
|
@ -6,16 +6,16 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// bench.cpp : spdlog benchmarks
|
|
|
|
// bench.cpp : spdlog benchmarks
|
|
|
|
//
|
|
|
|
//
|
|
|
|
#include "spdlog/async.h"
|
|
|
|
|
|
|
|
#include "spdlog/sinks/basic_file_sink.h"
|
|
|
|
|
|
|
|
#include "spdlog/spdlog.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <atomic>
|
|
|
|
#include <atomic>
|
|
|
|
#include <iostream>
|
|
|
|
#include <iostream>
|
|
|
|
#include <memory>
|
|
|
|
#include <memory>
|
|
|
|
#include <string>
|
|
|
|
#include <string>
|
|
|
|
#include <thread>
|
|
|
|
#include <thread>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "spdlog/async.h"
|
|
|
|
|
|
|
|
#include "spdlog/sinks/basic_file_sink.h"
|
|
|
|
|
|
|
|
#include "spdlog/spdlog.h"
|
|
|
|
|
|
|
|
|
|
|
|
using namespace std;
|
|
|
|
using namespace std;
|
|
|
|
using namespace std::chrono;
|
|
|
|
using namespace std::chrono;
|
|
|
|
using namespace spdlog;
|
|
|
|
using namespace spdlog;
|
|
|
|