Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
Functions
stacked_timer.cpp File Reference
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_PerformanceMonitorBase.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Teuchos_StackedTimer.hpp"
#include "Teuchos_DefaultComm.hpp"
#include <sstream>
#include <thread>
#include <tuple>
#include <regex>
#include <iterator>
Include dependency graph for stacked_timer.cpp:

Go to the source code of this file.

Functions

 TEUCHOS_UNIT_TEST (PerformanceMonitorBase, UnsortedMergeUnion)
 
 TEUCHOS_UNIT_TEST (PerformanceMonitorBase, UnsortedMergeIntersection)
 
 TEUCHOS_UNIT_TEST (StackedTimer, Basic)
 
 TEUCHOS_UNIT_TEST (StackedTimer, TimeMonitorInteroperability)
 
 TEUCHOS_UNIT_TEST (StackedTimer, OverlappingTimersException)
 

Function Documentation

◆ TEUCHOS_UNIT_TEST() [1/5]

TEUCHOS_UNIT_TEST ( PerformanceMonitorBase  ,
UnsortedMergeUnion   
)

Definition at line 16 of file stacked_timer.cpp.

◆ TEUCHOS_UNIT_TEST() [2/5]

TEUCHOS_UNIT_TEST ( PerformanceMonitorBase  ,
UnsortedMergeIntersection   
)

Definition at line 41 of file stacked_timer.cpp.

◆ TEUCHOS_UNIT_TEST() [3/5]

TEUCHOS_UNIT_TEST ( StackedTimer  ,
Basic   
)

Definition at line 65 of file stacked_timer.cpp.

◆ TEUCHOS_UNIT_TEST() [4/5]

TEUCHOS_UNIT_TEST ( StackedTimer  ,
TimeMonitorInteroperability   
)

Definition at line 190 of file stacked_timer.cpp.

◆ TEUCHOS_UNIT_TEST() [5/5]

TEUCHOS_UNIT_TEST ( StackedTimer  ,
OverlappingTimersException   
)

Definition at line 277 of file stacked_timer.cpp.