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);
73 "completed %d iterations of ccprintf in 10s, %f iterations/s\n",
74 iterations, iterations / 10.0);
81 "this is a %s of %d iterations %3.2f %p\n",
82 "test", iterations, 51.934, &dummy);
88 "completed %d iterations of sprintf in 10s, %f iterations/s\n",
89 iterations, iterations / 10.0);