#include <Timer.hpp>
Definition at line 37 of file Timer.hpp.
◆ Timer()
pwiz::util::Timer::Timer |
( |
| ) |
|
|
inline |
◆ elapsed()
double pwiz::util::Timer::elapsed |
( |
| ) |
const |
|
inline |
Definition at line 41 of file Timer.hpp.
41{time_t now; time(&now);
return difftime(now,
start_);}
◆ start_
time_t pwiz::util::Timer::start_ |
|
private |
◆ finish_
time_t pwiz::util::Timer::finish_ |
|
private |
The documentation for this class was generated from the following file:
- /build/libpwiz-PR2jNe/libpwiz-3.0.18342/pwiz/utility/misc/Timer.hpp