Page Speed Optimization Libraries
1.6.29.3
|
#include "split_statistics.h"
Public Member Functions | |
SplitTimedVariable (TimedVariable *rw, TimedVariable *w) | |
virtual void | IncBy (int64 delta) |
virtual int64 | Get (int level) |
virtual void | Clear () |
A timed variable that forwards writes writes to two other TimedVariable objects, but reads only from one.
net_instaweb::SplitTimedVariable::SplitTimedVariable | ( | TimedVariable * | rw, |
TimedVariable * | w | ||
) |
TimedVariable 'rw' will be used to read and write, histogram 'w' will be used for writes only. Does not take ownership of either 'rw' or 'w'. 'rw' and 'w' must be non-NULL.