summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mbw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mbw.c b/mbw.c
index b22967e..25cb37d 100644
--- a/mbw.c
+++ b/mbw.c
@@ -473,11 +473,11 @@ int main(int argc, char **argv)
te=worker();
te_sum+=te;
if (test_type == TEST_MEMCPY) {
- printf("[:::] memcpy");
+ printf("[::] memcpy");
} else if (test_type == TEST_DUMB) {
- printf("[:::] copy");
+ printf("[::] copy");
} else if (test_type == TEST_MCBLOCK) {
- printf("[:::] mcblock");
+ printf("[::] mcblock");
}
printf(" | block_size_B=%llu array_size_B=%llu ", block_size, arr_size*long_size);
#ifdef MULTITHREADED