From 54051d66966d3e6942ee47db110de3d84fdc19c0 Mon Sep 17 00:00:00 2001 From: shiqian Date: Fri, 25 Jul 2008 04:11:28 +0000 Subject: [PATCH] Edited wiki page through web user interface. --- wiki/GoogleTestAdvancedGuide.wiki | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wiki/GoogleTestAdvancedGuide.wiki b/wiki/GoogleTestAdvancedGuide.wiki index 043749579..4dfc2056b 100644 --- a/wiki/GoogleTestAdvancedGuide.wiki +++ b/wiki/GoogleTestAdvancedGuide.wiki @@ -1075,6 +1075,14 @@ non-Windows platforms) the `TERM` environment variable is set to `xterm` or _Availability:_ Linux, Windows, Mac. +=== Printing the Elapsed Time: `--gtest_print_time` === + +By default, Google Test does not show you the time it takes to run +each test. To see that, run the test program with the +`--gtest_print_time` command line flag. + +_Availability:_ Linux, Windows, Mac. + === Repeating the Tests: `GTEST_REPEAT` and `--gtest_repeat` === Once in a while you'll run into a test whose result is hit-or-miss. Perhaps it