50 #ifndef ZOLTAN2_TIMERMANAGER_HPP
51 #define ZOLTAN2_TIMERMANAGER_HPP
55 #include <Teuchos_TimeMonitor.hpp>
67 RCP<const Comm<int> > comm_;
69 std::ofstream *fileOS_;
71 std::bitset<NUM_TIMING_OPTIONS> typeSelector_;
73 Array<RCP<Teuchos::Time> > timers_;
74 std::map<std::string, int> timerMap_;
81 TimerManager(
const RCP<
const Comm<int> > & comm, std::ofstream *of,
86 TimerManager(
const RCP<
const Comm<int> > & comm, std::ostream *os,