|
klee
|
#include <TimerStatIncrementer.h>

Public Member Functions | |
| TimerStatIncrementer (Statistic &statistic) | |
| ~TimerStatIncrementer () | |
| time::Span | delta () const |
Private Attributes | |
| const WallTimer | timer |
| Statistic & | statistic |
A TimerStatIncrementer adds its lifetime to a specified Statistic.
Definition at line 21 of file TimerStatIncrementer.h.
|
inlineexplicit |
Definition at line 27 of file TimerStatIncrementer.h.
|
inline |
Definition at line 28 of file TimerStatIncrementer.h.
References klee::WallTimer::delta(), statistic, timer, and klee::time::Span::toMicroseconds().

|
inline |
Definition at line 33 of file TimerStatIncrementer.h.
References klee::WallTimer::delta(), and timer.
Referenced by klee::TimingSolver::evaluate(), klee::TimingSolver::getInitialValues(), klee::TimingSolver::getRange(), klee::TimingSolver::getValue(), klee::TimingSolver::mustBeTrue(), and klee::AddressSpace::resolve().


|
private |
Definition at line 24 of file TimerStatIncrementer.h.
Referenced by ~TimerStatIncrementer().
|
private |
Definition at line 23 of file TimerStatIncrementer.h.
Referenced by delta(), and ~TimerStatIncrementer().