• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / benchmark / 1730
88%
master: 92%

Build:
Build:
LAST BUILD BRANCH: openmp-compatibility
DEFAULT BRANCH: master
Ran 18 Aug 2018 06:55AM UTC
Jobs 1
Files 36
Run time 3s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1730

Pull #654

travis-ci

web-flow
Mark Set{Items,Bytes}Processed()/{items,bytes}_processed() as deprecated.

They are basically proto-version of custom user counters.
It does not seem that they do anything that custom user counters
don't do. And having two similar entities is not good for generalization.

Migration plan:
* ```
  Set<Name>Processed(<val>)
    =>
   state.counters.insert({
      {"<Name>", benchmark::Counter(<val>, benchmark::Counter::kIsRate)},
      ...
  });
  ```
* ```
  <Name>_processed()
    =>
  state.counters["<Name>"]
  ```

One thing the custom user counters miss is better support
for units of measurement.

Refs. https://github.com/google/benchmark/issues/627
Pull Request #654: Mark Set{Items,Bytes}Processed()/{items,bytes}_processed() as deprecated.

1516 of 1745 relevant lines covered (86.88%)

4881614.68 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1730.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 18 Aug 2018 06:55AM UTC 0
86.88
Travis Job 1730.1
Source Files on build 1730
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1730
  • Pull Request #654
  • PR Base - master (#1727)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc