mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Buffer data
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user