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"turbo_linecount.h"
|
||||||
#include<algorithm>
|
#include<algorithm>
|
||||||
#include<cstring>
|
#include<cstring>
|
||||||
|
#include<cstdio>
|
||||||
#include<errno.h>
|
#include<errno.h>
|
||||||
#ifdef min
|
#ifdef min
|
||||||
#undef min
|
#undef min
|
||||||
@ -303,6 +304,8 @@ unsigned int CLineCount::countThread(int thread_number)
|
|||||||
// Move to next buffer
|
// Move to next buffer
|
||||||
curoffset += stride;
|
curoffset += stride;
|
||||||
lastmapsize = mapsize;
|
lastmapsize = mapsize;
|
||||||
|
|
||||||
|
// printf("%lld\n", curoffset);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean up memory map
|
// Clean up memory map
|
||||||
|
Loading…
Reference in New Issue
Block a user