Added profile counters: writebuffer init, done, total and recycle counts.
This commit is contained in:
@ -36,7 +36,7 @@ typedef struct thread_st {
|
||||
|
||||
static void* thr_run(void* data);
|
||||
|
||||
#define NTHR 256
|
||||
#define NTHR 16
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
|
Reference in New Issue
Block a user