57 std::stringstream result;
64 std::stringstream result;
66 "this is a %s of %d iterations %3.2f %p\n",
67 "test", iterations, 51.934, &result);
72 cprintf(
"completed %d iterations of ccprintf in 10s, %f iterations/s\n",
73 iterations, iterations / 10.0);
79 "this is a %s of %d iterations %3.2f %p\n",
80 "test", iterations, 51.934, &result);
85 cprintf(
"completed %d iterations of sprintf in 10s, %f iterations/s\n",
86 iterations, iterations / 10.0);