diff options
author | scivision <scivision@users.noreply.github.com> | 2023-02-15 13:58:20 (GMT) |
---|---|---|
committer | scivision <scivision@users.noreply.github.com> | 2023-02-15 15:53:14 (GMT) |
commit | bf5512ef5160496d50d948d6c5f6391bb147fce0 (patch) | |
tree | 42f6e65ea7e876727d386d890cbd4f6a9b1bfeac /Help/manual/cmake.1.rst | |
parent | 848f7b0a81b09ef7fa73e842222e969ecab5e8c2 (diff) | |
download | CMake-bf5512ef5160496d50d948d6c5f6391bb147fce0.zip CMake-bf5512ef5160496d50d948d6c5f6391bb147fce0.tar.gz CMake-bf5512ef5160496d50d948d6c5f6391bb147fce0.tar.bz2 |
Help:cmake -E time: note overhead included
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 76dc883..b729790 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -1196,7 +1196,7 @@ Available commands are: .. option:: time <command> [<args>...] - Run command and display elapsed time. + Run ``<command>`` and display elapsed time (including overhead of CMake frontend). .. versionadded:: 3.5 The command now properly passes arguments with spaces or special characters |