Searched refs:bytes_processed (Results 1 – 10 of 10) sorted by relevance
133 if (results.bytes_processed > 0 && seconds > 0.0) { in CreateRunReport()134 bytes_per_second = (results.bytes_processed / seconds); in CreateRunReport()176 results.bytes_processed += st.bytes_processed(); in RunInThread()
45 int64_t bytes_processed = 0; member
286 int bytes_processed = (*handler) (entry); in analyze() local287 if (bytes_processed == 0) in analyze()290 b += bytes_processed; in analyze()
1534 int bytes_processed () const { return m_next - m_begin; } in bytes_processed() function
532 int64_t bytes_processed() const { return bytes_processed_; } in bytes_processed() function
562 int64_t bytes_processed() const { in bytes_processed() function
2468 return dw.bytes_processed () + MAX (0, display_col - avail_display); in cpp_display_column_to_byte_column()
729 the end after the table, the same way as ``bytes_processed`` and
691 the end after the table, the same way as ``bytes_processed`` and
1741 const int start_byte_col = dw.bytes_processed () + 1; in print_source_line()