Teuchos - Trilinos Tools Package
Version of the Day
|
#include <Teuchos_StackedTimer.hpp>
Struct for controlling output options like histograms
output_fraction | Print the timer fractions within a level. |
output_total_updates | Print the updates counter. |
output_historgram | Print the histogram. |
output_minmax | Print the min max and standard deviation across MPI processes. |
num_histogram | The number of equally size bickets to use in the histogram. |
max_level | The number of levels in the stacked timer to print (default prints all levels). |
print_warnings | Print any relevant warnings on stacked timer use. |
align_columns | Output will align the columsn of stacked timer data. |
print_names_before_values | If set to true, writes the timer names before values. |
drop_time | If a timer has a total time less that this value, the timer will not be printed and the total time of that timer will be added to the Remainder. Useful for ignoring negligible timers. Default is -1.0 to force printing of all timers even if they have zero accumulated time. |
Definition at line 672 of file Teuchos_StackedTimer.hpp.