Skip to content

Add the ability to time each configurable analysis.

David Thompson requested to merge dcthomp/sensei:configurable-timing into master

Timing is disabled by default. To enable timings, add the following to the root node of your configurable-analysis XML:

<sensei timing="on" summarize-timing="true" timing-rank-modulus="1">
 ...
</sensei>
  • The value of the timing attribute is ignored; its presence will enable timings.
  • The summarize-timing attribute can be used to set how timing information is presented.
  • The timing-rank-modulus is used to determine which ranks of the MPI job will print their timing information.

Merge request reports