Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
split_statistics.h File Reference
#include "pagespeed/kernel/base/abstract_mutex.h"
#include "pagespeed/kernel/base/basictypes.h"
#include "pagespeed/kernel/base/scoped_ptr.h"
#include "pagespeed/kernel/base/statistics.h"
#include "pagespeed/kernel/base/statistics_template.h"
#include "pagespeed/kernel/base/string_util.h"
#include "pagespeed/kernel/base/writer.h"

Go to the source code of this file.

Classes

class  net_instaweb::SplitUpDownCounter
 
class  net_instaweb::SplitVariable
 
class  net_instaweb::SplitHistogram
 
class  net_instaweb::SplitTimedVariable
 
class  net_instaweb::SplitStatistics
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Detailed Description

SplitStatistics is intended for deployments where statistics information is collected both split over various disjoint domains (e.g. vhosts) and globally, with the class making sure to update both the local and global fragments appropriately. Also included are its variable, timed variable, and histogram implementations.