Skip to content
Snippets Groups Projects

profiling: support writing profiles to a directory

Open Arun Kulshreshtha requested to merge topic/default/profiling-output-dir into branch/default
3 files
+ 22
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -2088,6 +2088,12 @@
file exists, it is replaced. (default: None, data is printed on
stderr)
``output-dir``
Directory in which profiling data or report should be saved. The data will
be written to a file with the naming scheme "hg-profile-{TIMESTAMP}-{PID}".
If both ``output`` and ``output-dir`` are specified, ``output`` will take
precedence.
``sort``
Sort field. Specific to the ``ls`` instrumenting profiler.
One of ``callcount``, ``reccallcount``, ``totaltime`` and
Loading