Lines Matching refs:log
27 // Creates a new metrics log
74 // Returns the amount of time in seconds that this log has been in use.
116 ScopedElement(MetricsLogBase* log, const std::string& name) : log_(log) {
117 DCHECK(log);
118 log->StartElement(name.c_str());
121 ScopedElement(MetricsLogBase* log, const char* name) : log_(log) {
122 DCHECK(log);
123 log->StartElement(name);
152 // An extension that is appended to the appversion in each log.
170 int num_events_; // the number of events recorded in this log
217 // histogram) so that we can send only the delta with the next log.
235 // Check to see if there is a log that needs to be, or is being, transmitted.
240 // Compress the report log in |input| using bzip2, store the result in
245 // processing of this log is complete.
248 // Record complete list of histograms into the current log.
249 // Called when we close a log.
252 // A log that we are currently transmiting, or about to try to transmit.
260 // The log that we are still appending to.