42 #ifndef TPETRA_DETAILS_PROFILING_HPP 43 #define TPETRA_DETAILS_PROFILING_HPP 49 #include "TpetraCore_config.h" 50 #include "Teuchos_TimeMonitor.hpp" 51 #include "Teuchos_RCP.hpp" 114 Teuchos::RCP<Teuchos::TimeMonitor> tm;
121 #endif // TPETRA_DETAILS_PROFILING_HPP Namespace Tpetra contains the class and methods constituting the Tpetra library.
Implementation details of Tpetra.
ProfilingRegion(const char name[])
Open region to profile; name the region name.
~ProfilingRegion()
Close region to profile.