10#ifndef KLEE_STATISTIC_H
11#define KLEE_STATISTIC_H
17 class StatisticManager;
18 class StatisticRecord;
40 std::uint32_t
getID()
const {
return id; }
53 operator std::uint64_t()
const {
return getValue(); }
const std::string & getName() const
getName - Get the statistic name.
Statistic & operator+=(std::uint64_t addend)
operator+= - Increment the statistic by
std::uint64_t getValue() const
getValue - Get the current primary statistic value.
Statistic & operator++()
operator++ - Increment the statistic by 1.
const std::string & getShortName() const
const std::string shortName
std::uint32_t getID() const
getID - Get the unique statistic ID.
Statistic(const std::string &name, const std::string &shortName)