diff options
author | Edoardo Bezzeccheri <edoardo.bezzeccheri@ch.abb.com> | 2019-10-01 13:00:07 (GMT) |
---|---|---|
committer | Edoardo Bezzeccheri <edoardo.bezzeccheri@ch.abb.com> | 2019-10-01 13:00:07 (GMT) |
commit | dee0266dd236dd1aa1ff1298f45c99d034d565c9 (patch) | |
tree | a18ace0616d93a5e0fa44c5747a35bcb87fd4a9a /doc/man | |
parent | 0d2a82fe128c403bf4fa4f5deec23ead8fd24a91 (diff) | |
download | SCons-dee0266dd236dd1aa1ff1298f45c99d034d565c9.zip SCons-dee0266dd236dd1aa1ff1298f45c99d034d565c9.tar.gz SCons-dee0266dd236dd1aa1ff1298f45c99d034d565c9.tar.bz2 |
Added debug option "timestamp", documentation
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/scons.xml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 9af3f3e..7bd0ce8 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -890,9 +890,43 @@ since multiple build commands and intervening SCons processing should take place in parallel.) </para> - </listitem> </varlistentry> + +<varlistentry> + <term>--debug=timestamp</term> + <listitem> + <para>Prints additional time profiling information:</para> + <itemizedlist> + <listitem> + <para>The time spent executing each individual build command</para> + </listitem> + <listitem> + <para>The total build time (time SCons ran from beginning to end)</para> + </listitem> + <listitem> + <para>The total time spent reading and executing SConscript files</para> + </listitem> + <listitem> + <para>The total time spent SCons itself spend running +(that is, not counting reading and executing SConscript files)</para> + </listitem> + <listitem> + <para>The total time spent executing all build commands</para> + </listitem> + <listitem> + <para>The elapsed wall-clock time spent executing those build commands</para> + </listitem> + <listitem> + <para>The absolute start and end wall-clock time spent executing those build commands</para> + </listitem> + <listitem> + <para>The time spent processing each file passed to the <emphasis>SConscript()</emphasis> function</para> + </listitem> + </itemizedlist> + </listitem> +</varlistentry> + <varlistentry> <term>--diskcheck=<emphasis>types</emphasis></term> <listitem> |