History.cc
Go to the documentation of this file.
void processingTime(struct timeval &total) const
Definition: History.cc:49
void start(const char *context)
record the start of an ICAP processing interval
Definition: History.cc:23
void tvSub(struct timeval &res, struct timeval const &t1, struct timeval const &t2)
Definition: gadgets.cc:58
struct timeval current_time
the current UNIX time in timeval {seconds, microseconds} format
Definition: gadgets.cc:17