Page Speed Optimization Libraries
1.5.27.2
|
Class that manages dumping statistics periodically to a file. More...
#include "statistics.h"
Public Member Functions | |
virtual void | DumpJSON (const std::set< GoogleString > &var_titles, int64 start_time, int64 end_time, int64 granularity_ms, Writer *writer, MessageHandler *message_handler) const =0 |
Class that manages dumping statistics periodically to a file.
virtual void net_instaweb::ConsoleStatisticsLogger::DumpJSON | ( | const std::set< GoogleString > & | var_titles, |
int64 | start_time, | ||
int64 | end_time, | ||
int64 | granularity_ms, | ||
Writer * | writer, | ||
MessageHandler * | message_handler | ||
) | const [pure virtual] |
Writes the data from the logfile in JSON format for the given variables, filtered with the given parameters.
Implemented in net_instaweb::SharedMemConsoleStatisticsLogger.