Skip to content

Commit 3a86182

Browse files
committed
fix original cpp file
1 parent 6735ef1 commit 3a86182

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

catch_lru.out

0 Bytes
Binary file not shown.

direct_mapped_cache_lru.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void simulate(int cache_size, int block_size, const char * file_name)
7070
++count;
7171
}
7272
fclose(fp);
73-
cout<<"miss: "<<miss<<" ";
73+
// cout<<"miss: "<<miss<<" ";
7474
cout<<setprecision(10)<<miss*100/count<<"%"<<endl;
7575
// cout << "offset_bit: "<<offset_bit<<" index_bit: "<<index_bit<<endl;
7676
// cout<<miss<<" "<<count<<" "<<flag3<<endl;

0 commit comments

Comments
 (0)