|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_ConfigDefs.hpp"#include "Teuchos_TimeMonitor.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_Version.hpp"#include "Teuchos_as.hpp"
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 () |
| int | main (int argc, char *argv[]) |
| double | sqrtFunc () |
| double | factFunc (int x) |
| double | exceptFunc () |
| double | localFunc () |
| double | anotherFunc () |
| double | yetAnotherFunc () |
| double | yetOneMoreFunc () |
Definition at line 63 of file test/Time/cxx_main.cpp.
Definition at line 65 of file test/Time/cxx_main.cpp.
| static Time& exceptTimer | ( | ) | [static] |
Definition at line 67 of file test/Time/cxx_main.cpp.
| static Time& localTimer | ( | ) | [static] |
Definition at line 69 of file test/Time/cxx_main.cpp.
| static Time& anotherTimer | ( | ) | [static] |
Definition at line 71 of file test/Time/cxx_main.cpp.
| static Time& yetAnotherTimer | ( | ) | [static] |
Definition at line 73 of file test/Time/cxx_main.cpp.
| static Time& yetOneMoreTimer | ( | ) | [static] |
Definition at line 75 of file test/Time/cxx_main.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 78 of file test/Time/cxx_main.cpp.
| double sqrtFunc | ( | ) |
Definition at line 183 of file test/Time/cxx_main.cpp.
| double factFunc | ( | int | x | ) |
Definition at line 202 of file test/Time/cxx_main.cpp.
| double exceptFunc | ( | ) |
Definition at line 214 of file test/Time/cxx_main.cpp.
| double localFunc | ( | ) |
Definition at line 232 of file test/Time/cxx_main.cpp.
| double anotherFunc | ( | ) |
Definition at line 249 of file test/Time/cxx_main.cpp.
| double yetAnotherFunc | ( | ) |
Definition at line 266 of file test/Time/cxx_main.cpp.
| double yetOneMoreFunc | ( | ) |
Definition at line 283 of file test/Time/cxx_main.cpp.
1.7.6.1