From 26ee21e8dec966619467cdd92ade1f9c2ee92eea Mon Sep 17 00:00:00 2001 From: Christien Rioux Date: Sat, 12 Dec 2015 21:00:37 -0800 Subject: [PATCH] debug --- src/turbo_linecount.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/turbo_linecount.cpp b/src/turbo_linecount.cpp index 404c016..31cb9b0 100644 --- a/src/turbo_linecount.cpp +++ b/src/turbo_linecount.cpp @@ -9,6 +9,7 @@ #include"turbo_linecount.h" #include #include +#include #include #ifdef min #undef min @@ -303,6 +304,8 @@ unsigned int CLineCount::countThread(int thread_number) // Move to next buffer curoffset += stride; lastmapsize = mapsize; + +// printf("%lld\n", curoffset); } // Clean up memory map