Searched refs:nr_b_ws (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/perf/
H A Dmemrw.c24 static int nr_b_ws; // nr_b in program working set variable
31 // The working set is just the first nr_b_ws blocks of nr_b.
48 for (m = 0; m < nr_b_ws; m++) {
76 // [-t nr_b default 10] [-w nr_b_ws default 10]
83 nr_b_ws = 10;
93 nr_b_ws = atoi(argv[a+1]);
104 if (nr_b_ws > nr_b)
105 nr_b_ws = nr_b; // to make it easy to do loops combining values
113 ((unsigned long long)nr_b_ws * sz_b)

Completed in 93 milliseconds