Added profile counters: writebuffer init, done, total and recycle counts.

This commit is contained in:
vraatikka
2013-07-02 16:53:23 +03:00
parent c2be579cae
commit 6abd9dbdaa
3 changed files with 65 additions and 113 deletions

View File

@ -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[])
{