diff options
author | sidchat@chromium.org <sidchat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 00:02:43 +0000 |
---|---|---|
committer | sidchat@chromium.org <sidchat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-25 00:02:43 +0000 |
commit | a337122f70c5681ca03a90067cc2c80423a79a41 (patch) | |
tree | d5aaca6351b8b005cdddae2333ef6231d2aaf588 /chrome/test/tab_switching | |
parent | 11b7504dfec45d26033a9086f5d6ee30e458f7cb (diff) | |
download | chromium_src-a337122f70c5681ca03a90067cc2c80423a79a41.zip chromium_src-a337122f70c5681ca03a90067cc2c80423a79a41.tar.gz chromium_src-a337122f70c5681ca03a90067cc2c80423a79a41.tar.bz2 |
Updated comment in tab_switching.cc to replect that Tab-switching test in buildbot was outputting 0 because it was missing command line flag -log-level=0. log-level decides the amount of output in the log file, and histograms come under log-level 0. The default was 1, which meant that histograms were not logged - hence the results always showed 0.
BUG=www.crbug.com/22965
TEST=none
Review URL: http://codereview.chromium.org/239006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27150 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/tab_switching')
-rw-r--r-- | chrome/test/tab_switching/tab_switching_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/tab_switching/tab_switching_test.cc b/chrome/test/tab_switching/tab_switching_test.cc index 1bce9c3..7e15169 100644 --- a/chrome/test/tab_switching/tab_switching_test.cc +++ b/chrome/test/tab_switching/tab_switching_test.cc @@ -25,7 +25,7 @@ namespace { // time taken for each switch. It then prints out the times on the console, // with the aim that the page cycler parser can interpret these numbers to // draw graphs for page cycler Tab Switching Performance. -// Usage Flags: -enable-logging -dump-histograms-on-exit +// Usage Flags: -enable-logging -dump-histograms-on-exit -log-level=0 class TabSwitchingUITest : public UITest { public: TabSwitchingUITest() { |