Commit 4cb3a01c authored by Rich Prohaska's avatar Rich Prohaska

add a in memory trace log with processor timestamps. closes #1042

git-svn-id: file:///svn/tokudb@5321 c7de825b-a66e-492c-adef-691d508d4ae1
parent 0633772f
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "../include/rdtsc.h" #include "../include/rdtsc.h"
// customize this as required // customize this as required
#define NTRACE 1000 #define NTRACE 0
#if NTRACE #if NTRACE
static struct toku_trace { static struct toku_trace {
const char *str; const char *str;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment