9 #ifndef STK_UTIL_DIAG_PrintTimer_hpp
10 #define STK_UTIL_DIAG_PrintTimer_hpp
14 #include <stk_util/diag/Timer.hpp>
15 #include <stk_util/parallel/Parallel.hpp>
17 namespace stk_classic {
20 std::ostream &printXML(std::ostream& os, MetricsMask metrics_mask,
bool checkpoint);
22 std::ostream &printTimersTable(std::ostream& os, Timer root_timer, MetricsMask metrics_mask,
bool timer_checkpoint);
24 std::ostream &printTimersTable(std::ostream& os, Timer root_timer, MetricsMask metrics_mask,
bool timer_checkpoint,
ParallelMachine parallel_machine);
29 #endif // STK_UTIL_DIAG_PrintTimer_hpp