Page Speed Optimization Libraries
1.5.27.2
|
Simple name/value pair statistics implementation. More...
#include "simple_stats.h"
Public Member Functions | |
SimpleStats () | |
SimpleStats (ThreadSystem *thread_system) | |
Protected Member Functions | |
virtual SimpleStatsVariable * | NewVariable (const StringPiece &name, int index) |
Interface to subclass. |
Simple name/value pair statistics implementation.
net_instaweb::SimpleStats::SimpleStats | ( | ThreadSystem * | thread_system | ) | [explicit] |
SimpleStats will not take ownership of thread_system. The thread system is used to instantiate mutexes to allow SimpleStatsVariable to be thread-safe.