Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(528)

Unified Diff: media/bench/bench.cc

Issue 173455: Output format change to allow longer durations. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/bench/bench.cc
===================================================================
--- media/bench/bench.cc (revision 24128)
+++ media/bench/bench.cc (working copy)
@@ -255,7 +255,7 @@
// Print our results.
std::cout.setf(std::ios::fixed);
- std::cout.precision(3);
+ std::cout.precision(2);
std::cout << std::endl;
std::cout << " Frames:" << std::setw(10) << frames
<< std::endl;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698