collects information about ICAP processing related to an HTTP transaction
void processingTime(struct timeval &total) const
timeval currentStart
when the current processing interval started
int concurrencyLevel
number of concurrent processing threads
struct timeval pastTime
sum of closed processing interval durations
void start(const char *context)
record the start of an ICAP processing interval
void stop(const char *context)
note the end of an ICAP processing interval
LogTags logType
the squid request status (TCP_MISS etc)
void currentTime(struct timeval &) const
time since current start or zero
RefCount< History > Pointer