From 8c77c1558dde34ffcf8c2f0ca528bac3530f01ec Mon Sep 17 00:00:00 2001 From: Guillaume Didier Date: Fri, 1 Oct 2021 16:38:44 +0200 Subject: [PATCH] Fix comments --- cache_utils/src/bin/two_thread_cal.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cache_utils/src/bin/two_thread_cal.rs b/cache_utils/src/bin/two_thread_cal.rs index 7c3ca8b..6790a01 100644 --- a/cache_utils/src/bin/two_thread_cal.rs +++ b/cache_utils/src/bin/two_thread_cal.rs @@ -154,7 +154,7 @@ fn main() { display_name: "clflush shared hit", t: &(), }, -/* CalibrateOperation2T { + CalibrateOperation2T { prepare: flush, op: only_flush_wrap, name: "clflush_miss_f", @@ -182,7 +182,7 @@ fn main() { display_name: "clflush local hit - n", t: &(), }, -/* CalibrateOperation2T { + CalibrateOperation2T { prepare: noop::, op: flush_and_reload_wrap, name: "reload_miss",