Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Functions
cxx_main.cpp File Reference
#include "Teuchos_ConfigDefs.hpp"
#include "Teuchos_TimeMonitor.hpp"
#include "Teuchos_ScalarTraits.hpp"
#include "Teuchos_Version.hpp"
#include "Teuchos_as.hpp"
Include dependency graph for comm/test/Time/cxx_main.cpp:

Go to the source code of this file.

Functions

static Time & sqrtTimer ()
 
static Time & factTimer ()
 
static Time & exceptTimer ()
 
static Time & localTimer ()
 
static Time & anotherTimer ()
 
static Time & yetAnotherTimer ()
 
static Time & yetOneMoreTimer ()
 
double sqrtFunc ()
 
double factFunc (int x)
 
double exceptFunc ()
 
double localFunc ()
 
double anotherFunc ()
 
double yetAnotherFunc ()
 
double yetOneMoreFunc ()
 
int main (int argc, char *argv[])
 

Function Documentation

◆ sqrtTimer()

static Time & sqrtTimer ( )
static

Definition at line 63 of file comm/test/Time/cxx_main.cpp.

◆ factTimer()

static Time & factTimer ( )
static

Definition at line 65 of file comm/test/Time/cxx_main.cpp.

◆ exceptTimer()

static Time & exceptTimer ( )
static

Definition at line 67 of file comm/test/Time/cxx_main.cpp.

◆ localTimer()

static Time & localTimer ( )
static

Definition at line 69 of file comm/test/Time/cxx_main.cpp.

◆ anotherTimer()

static Time & anotherTimer ( )
static

Definition at line 71 of file comm/test/Time/cxx_main.cpp.

◆ yetAnotherTimer()

static Time & yetAnotherTimer ( )
static

Definition at line 73 of file comm/test/Time/cxx_main.cpp.

◆ yetOneMoreTimer()

static Time & yetOneMoreTimer ( )
static

Definition at line 75 of file comm/test/Time/cxx_main.cpp.

◆ sqrtFunc()

double sqrtFunc ( )

Definition at line 177 of file comm/test/Time/cxx_main.cpp.

◆ factFunc()

double factFunc ( int x)

Definition at line 196 of file comm/test/Time/cxx_main.cpp.

◆ exceptFunc()

double exceptFunc ( )

Definition at line 208 of file comm/test/Time/cxx_main.cpp.

◆ localFunc()

double localFunc ( )

Definition at line 226 of file comm/test/Time/cxx_main.cpp.

◆ anotherFunc()

double anotherFunc ( )

Definition at line 243 of file comm/test/Time/cxx_main.cpp.

◆ yetAnotherFunc()

double yetAnotherFunc ( )

Definition at line 260 of file comm/test/Time/cxx_main.cpp.

◆ yetOneMoreFunc()

double yetOneMoreFunc ( )

Definition at line 277 of file comm/test/Time/cxx_main.cpp.

◆ main()

int main ( int argc,
char * argv[] )

Definition at line 88 of file comm/test/Time/cxx_main.cpp.