mirror of
https://github.com/google/googletest.git
synced 2025-04-06 05:55:04 +00:00
Edited wiki page through web user interface.
This commit is contained in:
parent
54051d6696
commit
71ba6c9ec6
1 changed files with 4 additions and 2 deletions
|
@ -1075,11 +1075,13 @@ non-Windows platforms) the `TERM` environment variable is set to `xterm` or
|
|||
|
||||
_Availability:_ Linux, Windows, Mac.
|
||||
|
||||
=== Printing the Elapsed Time: `--gtest_print_time` ===
|
||||
=== Printing the Elapsed Time: `GTEST_PRINT_TIME` and `--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.
|
||||
`--gtest_print_time` command line flag. Setting the
|
||||
`GTEST_PRINT_TIME` environment variable to a non-zero value has the
|
||||
same effect.
|
||||
|
||||
_Availability:_ Linux, Windows, Mac.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue