68 "this is a %s of %d iterations %3.2f %p\n",
69 "test", iterations, 51.934, &result);
74 cprintf(
"completed %d iterations of ccprintf in 10s, %f iterations/s\n",
75 iterations, iterations / 10.0);
81 "this is a %s of %d iterations %3.2f %p\n",
82 "test", iterations, 51.934, &result);
87 cprintf(
"completed %d iterations of sprintf in 10s, %f iterations/s\n",
88 iterations, iterations / 10.0);