Searched refs:reportByteSize (Results 1 – 5 of 5) sorted by relevance
60 void Throttler::addReportSize(size_t reportByteSize) { in addReportSize() argument61 VLOG("The current request took %zu bytes to dropbox", reportByteSize); in addReportSize()62 mAccumulatedSize += reportByteSize; in addReportSize()
46 void addReportSize(size_t reportByteSize);
268 void runReport(size_t* reportByteSize);278 size_t* reportByteSize);
531 void Reporter::runReport(size_t* reportByteSize) { in runReport() argument537 (*reportByteSize) = 0; in runReport()639 if (execute_section(*section, &metadata, reportByteSize) != NO_ERROR) { in runReport()645 if (execute_section(section, &metadata, reportByteSize) != NO_ERROR) { in runReport()706 size_t* reportByteSize) { in execute_section() argument735 (*reportByteSize) += sectionMetadata->report_size_bytes(); in execute_section()
199 size_t reportByteSize = 0; in take_report() local200 reporter->runReport(&reportByteSize); in take_report()207 mThrottler->addReportSize(reportByteSize); in take_report()