Skip to content

Commit 7dcb46a

Browse files
committed
useless printout
1 parent 2b01973 commit 7dcb46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/counters/apple_arm_events.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ struct AppleEvents {
899899
printf("Error: cannot load pmc database: %d.\n", ret);
900900
return (worked = false);
901901
}
902-
printf("loaded db: %s (%s)\n", db->name, db->marketing_name);
902+
//printf("loaded db: %s (%s)\n", db->name, db->marketing_name);
903903
// printf("number of fixed counters: %zu\n", db->fixed_counter_count);
904904
// printf("number of configurable counters: %zu\n",
905905
// db->config_counter_count);

0 commit comments

Comments
 (0)