65 "this is a %s of %d iterations %3.2f %#x\n",
66 "test", iterations, 51.934, &result);
71 cprintf(
"completed %d iterations of ccprintf in 10s, %f iterations/s\n",
72 iterations, iterations / 10.0);
78 "this is a %s of %d iterations %3.2f %#x\n",
79 "test", iterations, 51.934, &result);
84 cprintf(
"completed %d iterations of sprintf in 10s, %f iterations/s\n",
85 iterations, iterations / 10.0);
void ccprintf(cp::Print &print)
Overload hash function for BasicBlockRange type.
void handle_alarm(int signal)
void do_test(int seconds)
void cprintf(const char *format, const Args &...args)