Commit 8d9a4e82d51c16738bf8d49dddd8246ae45f039f

Authored by Aravind Kumar
1 parent f55c9ca56c
Exists in master

pagefault

Showing 2 changed files with 1 additions and 1 deletions Side-by-side Diff

memory/pagefault.c View file @ 8d9a4e8
... ... @@ -66,7 +66,7 @@
66 66 //c = c+1;
67 67 asm volatile("mrc p15, 0, %0, c9, c13, 0" : "=r" (e_t));
68 68 t += (e_t - s_t);
69   - // printf("Time required to service a page faut is %u %u %u \n",e_t, s_t, (e_t-s_t));
  69 + printf("Time required to service a page faut is %u %u %u \n",e_t, s_t, (e_t-s_t));
70 70 fflush(NULL);
71 71 }
72 72 printf("\nAverage time required to service a page fault is %u \n", t);
memory/pagefault.o View file @ 8d9a4e8

No preview for this file type