|
QCDLoop
One-loop scalar Feynman integrals
|
#include <timer.h>
Public Member Functions | |
| void | start () |
| Starts the timer. | |
| double | stop () |
| Stops the timer. | |
Static Public Member Functions | |
| static void | printTime (double const &duration) |
| Prints enlapsed time. More... | |
The Timer class.
Computes the calculation time.
|
inlinestatic |
Prints enlapsed time.
| duration | input time from Timer::stop() |
1.8.9.1