NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Execution time

I am using HTML reports. In report options "include execution time" adds or removed both module and execution time. Can the module time be removed and still log the execution time on report header? 

0 Kudos
Message 1 of 2
(2,786 Views)

You can modify the 'reportgen_html.seq' file directly or modify the callback 'AddReportHeader'. In TestStand 4.0 the expression to add the Execution time had the following precondition:

 

Parameters.ReportOptions.IncludeTimes

 

You could unset the flag, in reportoptions,  to remove any MODULE times ( that is what I also do ) and REMOVE the above precondition to always specify the Execution time.

 

Thanks,

PH

 

 

0 Kudos
Message 2 of 2
(2,767 Views)