Buffer data

This commit is contained in:
JCW
2025-06-02 10:07:44 +01:00
parent 47a73e6b0f
commit af284bf23f

View File

@@ -13,12 +13,12 @@
#include <cmath>
#include <numeric> // std::accumulate
#define PROFILING 0
#define PROFILING 1
#if PROFILING
#if PROFILING && (defined(__x86_64__) || defined(_M_X64))
#include <x86intrin.h>
#else
// #define __rdtsc() 0
#define __rdtsc() 0
#endif
namespace beast {