Page Speed Optimization Libraries  1.6.29.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::SplitTimedVariable Class Reference

#include "split_statistics.h"

List of all members.

Public Member Functions

 SplitTimedVariable (TimedVariable *rw, TimedVariable *w)
virtual void IncBy (int64 delta)
virtual int64 Get (int level)
virtual void Clear ()

Detailed Description

A timed variable that forwards writes writes to two other TimedVariable objects, but reads only from one.


Constructor & Destructor Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines