Page Speed Optimization Libraries
1.13.35.1
|
Handles reading the logfile created by StatisticsLogger. More...
#include "statistics_logger.h"
Public Member Functions | |
StatisticsLogfileReader (FileSystem::InputFile *file, int64 start_time, int64 end_time, int64 granularity_ms, MessageHandler *message_handler) | |
bool | ReadNextDataBlock (int64 *timestamp, GoogleString *data) |
int64 | end_time () |
Handles reading the logfile created by StatisticsLogger.
bool net_instaweb::StatisticsLogfileReader::ReadNextDataBlock | ( | int64 * | timestamp, |
GoogleString * | data | ||
) |
Reads the next timestamp in the file into timestamp and the corresponding chunk of data into data. Returns true if new data has been read.