Skip to content
Snippets Groups Projects
Commit a04b39d4 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Update the documentation with the new runtime parameter

parent 3b4fe407
No related branches found
No related tags found
1 merge request!1071Output a report about tasks that use more than 5% of the runtime in a step
......@@ -90,5 +90,8 @@ Parameters:
are dumped.
-Y, --threadpool-dumps=<int> Time-step frequency at which threadpool
tasks are dumped.
--dump-tasks-threshold=<flt> Fraction of the total step's time spent
in a task to trigger a dump of the task plot
on this step
See the file examples/parameter_example.yml for an example of parameter file.
......@@ -178,5 +178,8 @@ Parameters:
are dumped.
-Y, --threadpool-dumps=<int> Time-step frequency at which threadpool
tasks are dumped.
--dump-tasks-threshold=<flt> Fraction of the total step's time spent
in a task to trigger a dump of the task plot
on this step
See the file examples/parameter_example.yml for an example of parameter file.
......@@ -87,3 +87,6 @@ can be found by typing ``./swift -h``:
are dumped.
-Y, --threadpool-dumps=<int> Time-step frequency at which threadpool
tasks are dumped.
--dump-tasks-threshold=<flt> Fraction of the total step's time spent
in a task to trigger a dump of the task plot
on this step
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment