We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d781b41 commit d248d02Copy full SHA for d248d02
support/ppTiming.cpp
@@ -205,7 +205,7 @@ namespace pumipic {
205
PrintTable(buffer, average, at_length + padding);
206
if (time_per_op[index].hasPrebarrier)
207
buffer <<" Total Prebarrier=" << time_per_op[index].prebarrier;
208
- buffer << '\n';
+ buffer <<'\n';
209
}
210
printInfo( "%s\n", buffer.str().c_str());
211
0 commit comments