60 std::stringstream result;
67 std::stringstream result;
69 "this is a %s of %d iterations %3.2f %p\n",
70 "test", iterations, 51.934, &result);
75 cprintf(
"completed %d iterations of ccprintf in 10s, %f iterations/s\n",
76 iterations, iterations / 10.0);
82 "this is a %s of %d iterations %3.2f %p\n",
83 "test", iterations, 51.934, &result);
88 cprintf(
"completed %d iterations of sprintf in 10s, %f iterations/s\n",
89 iterations, iterations / 10.0);