We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b01973 commit 7dcb46aCopy full SHA for 7dcb46a
benchmarks/counters/apple_arm_events.h
@@ -899,7 +899,7 @@ struct AppleEvents {
899
printf("Error: cannot load pmc database: %d.\n", ret);
900
return (worked = false);
901
}
902
- printf("loaded db: %s (%s)\n", db->name, db->marketing_name);
+ //printf("loaded db: %s (%s)\n", db->name, db->marketing_name);
903
// printf("number of fixed counters: %zu\n", db->fixed_counter_count);
904
// printf("number of configurable counters: %zu\n",
905
// db->config_counter_count);
0 commit comments