|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"#include "Teuchos_UnitTestRepository.hpp"#include "Teuchos_GlobalMPISession.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 <limits>
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, UnitTestSupport) | |
| TEUCHOS_UNIT_TEST (StackedTimer, TimeMonitorInteroperability) | |
| TEUCHOS_UNIT_TEST (StackedTimer, drop_time) | |
| TEUCHOS_UNIT_TEST (StackedTimer, proc_minmax) | |
| TEUCHOS_UNIT_TEST (StackedTimer, proc_stddev) | |
| TEUCHOS_UNIT_TEST (StackedTimer, OverlappingTimersException) | |
| int | main (int argc, char *argv[]) |
| TEUCHOS_UNIT_TEST (StackedTimer, VerboseTimestamps) | |
| TEUCHOS_UNIT_TEST (StackedTimer, DisableTimers) | |
| TEUCHOS_UNIT_TEST | ( | PerformanceMonitorBase | , |
| UnsortedMergeUnion | |||
| ) |
Definition at line 28 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | PerformanceMonitorBase | , |
| UnsortedMergeIntersection | |||
| ) |
Definition at line 53 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| Basic | |||
| ) |
Definition at line 76 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| UnitTestSupport | |||
| ) |
Definition at line 245 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| TimeMonitorInteroperability | |||
| ) |
Definition at line 303 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| drop_time | |||
| ) |
Definition at line 398 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| proc_minmax | |||
| ) |
Definition at line 472 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| proc_stddev | |||
| ) |
Definition at line 509 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| OverlappingTimersException | |||
| ) |
Definition at line 600 of file stacked_timer.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 631 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| VerboseTimestamps | |||
| ) |
Definition at line 656 of file stacked_timer.cpp.
| TEUCHOS_UNIT_TEST | ( | StackedTimer | , |
| DisableTimers | |||
| ) |
Definition at line 687 of file stacked_timer.cpp.
1.8.5