mirror of
https://github.com/crioux/turbo-linecount.git
synced 2024-10-27 17:24:01 +00:00
debug
This commit is contained in:
parent
0edcc5eed0
commit
26ee21e8de
@ -9,6 +9,7 @@
|
||||
#include"turbo_linecount.h"
|
||||
#include<algorithm>
|
||||
#include<cstring>
|
||||
#include<cstdio>
|
||||
#include<errno.h>
|
||||
#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
|
||||
|
Loading…
Reference in New Issue
Block a user