master
a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models
BasicTimer.cpp
Go to the documentation of this file.
1
/*
2
* BasicTimer.cpp
3
*
4
* Created on: Oct 23, 2013
5
* Author: Ben O'Leary (benjamin.oleary@gmail.com)
6
*/
7
8
#include "../include/BasicTimer.hpp"
9
10
namespace
BOL
11
{
12
13
BasicTimer::BasicTimer
(
double
givenDuration,
14
timeval
const
*
const
startTimeval ):
15
givenDuration( givenDuration ),
16
startTimeval()
17
{
18
setStartTime
(
startTimeval
);
19
}
20
21
BasicTimer::~BasicTimer
()
22
{
23
// does nothing.
24
}
25
26
}
/* namespace BOL */
BOL::BasicTimer::~BasicTimer
~BasicTimer()
Definition:
BasicTimer.cpp:21
BOL::BasicTimer::setStartTime
void setStartTime(timeval const *const startTimeval=NULL)
Definition:
BasicTimer.hpp:66
BOL::BasicTimer::startTimeval
timeval startTimeval
Definition:
BasicTimer.hpp:46
BOL::BasicTimer::BasicTimer
BasicTimer(double givenDuration=0.0, timeval const *const startTimeval=NULL)
Definition:
BasicTimer.cpp:13
BOL
Definition:
ArgumentParser.hpp:23
LHPC
include
BOLlib
source
BasicTimer.cpp
Generated on Mon Aug 4 2025 for $\texttt{HEPfit}$ using
1.9.2