|
Finite Volume Solver
prototype
A framework to build finite volume solvers for the AG Klein at the Freie Universität Berlin.
|
#include <Timer.hpp>
Public Member Functions | |
| Timer (String name) | |
| void | Start () |
| void | Stop () |
| void | Measure (F &&function, Args &&... args) |
| void | Print () |
Private Attributes | |
| String | name_ |
| std::chrono::time_point | start_time_ |
| std::chrono::time_point | stop_time_ |
| fub::Timer::Timer | ( | String | name | ) |
| void fub::Timer::Measure | ( | F && | function, |
| Args &&... | args | ||
| ) |
| void fub::Timer::Print | ( | ) |
| void fub::Timer::Start | ( | ) |
| void fub::Timer::Stop | ( | ) |
|
private |
|
private |
|
private |