print correct number
This commit is contained in:
parent
8173bc6b20
commit
29627babdc
1 changed files with 2 additions and 4 deletions
|
@ -45,8 +45,7 @@ main(void)
|
|||
printf("main: start\n");
|
||||
FILE *device = fopen(LKM_DEVICE, "r+");
|
||||
|
||||
printf("main: spray to reduce TLB noise part 1: %u objects\n",
|
||||
PIPE_BUFFER);
|
||||
printf("main: spray to reduce TLB noise part 1: %u objects\n", SPRAY);
|
||||
for (size_t i = 0; i < SPRAY; i++) {
|
||||
int ret;
|
||||
ret = pipe2(pipes[i], O_NONBLOCK);
|
||||
|
@ -72,8 +71,7 @@ main(void)
|
|||
exit(1);
|
||||
}
|
||||
|
||||
printf("main: spray to reduce TLB noise part 2: %u objects\n",
|
||||
PIPE_BUFFER);
|
||||
printf("main: spray to reduce TLB noise part 2: %u objects\n", SPRAY);
|
||||
size_t t_delta;
|
||||
size_t t_prev = -1;
|
||||
size_t last_slab = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue