test whole program
This commit is contained in:
@@ -316,7 +316,7 @@ printf("Elapsed build get here before ll: %f seconds\n", (double)(toc - tic) / C
|
|||||||
tdata->root=root;
|
tdata->root=root;
|
||||||
tdata->working_set_size=working_set_size;
|
tdata->working_set_size=working_set_size;
|
||||||
clock_t tic2 = clock();
|
clock_t tic2 = clock();
|
||||||
for (int i = 0; i < 1000; i++) {
|
for (int i = 0; i < 2000; i++) {
|
||||||
walk((void*)tdata);
|
walk((void*)tdata);
|
||||||
}
|
}
|
||||||
clock_t toc2 = clock();
|
clock_t toc2 = clock();
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
# LD_PRELOAD=./libjemalloc.so time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-cheri-8000.stat ./memaccesstest.out
|
# LD_PRELOAD=./libjemalloc.so time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-cheri-8000.stat ./memaccesstest.out
|
||||||
# LD_PRELOAD=./regularjemalloc.so time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-regular-8000.stat ./memaccesstest.out
|
# LD_PRELOAD=./regularjemalloc.so time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-regular-8000.stat ./memaccesstest.out
|
||||||
|
|
||||||
time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-huge-alloc-1000.stat ./memaccesstest.out
|
time pmcstat -d -w 1 -p l1d_tlb_rd -p l2d_tlb_rd -p l1d_tlb_refill -p cpu_cycles -p dtlb_walk -p stall_backend -p ll_cache_miss_rd -o memaccesstest-huge-alloc-2000.stat ./memaccesstest.out
|
||||||
Reference in New Issue
Block a user