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

google / benchmark / 1667 / 1
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 27 Jun 2018 03:08PM UTC
Files 36
Run time 4s
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

27 Jun 2018 02:45PM UTC coverage: 87.674% (+0.5%) from 87.157%
COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage

push

travis-ci

dominichamon
<a href="https://github.com/google/benchmark/commit/<a class=hub.com/google/benchmark/commit/<a class="double-link" href="https://git"><a class=hub.com/google/benchmark/commit/b123abdcf4a004ffadca7834d614bdeb36c843c0">b123abdcf<a href="https://github.com/google/benchmark/commit/b123abdcf4a004ffadca7834d614bdeb36c843c0">&lt;a href=&quot;https://github.com/google/benchmark/commit/b123abdcf4a004ffadca7834d614bdeb36c843c0&quot;&gt;&amp;quot;&gt;Add Iteration-related Counter::Flags. Fixes #618 (#621)

Inspired by these [two](https://github.com/darktable-org/rawspeed/commit/&lt;/a&gt;&lt;a class=&quot;double-link&quot; href=&quot;https://github.com/google/benchmark/commit/&lt;a class=&quot;double-link&quot; href=&quot;https://github.com/google/benchmark/commit/a1ebe07bea5738f8607b48a7596c172be249590e&quot;&gt;a1ebe07be&lt;/a&gt;">a1ebe07be</a><a href="https://github.com/google/benchmark/commit/b123abdcf4a004ffadca7834d614bdeb36c843c0">) [bugs](https://github.com/darktable-org/rawspeed/commit/</a><a class="double-link" href="https://github.com/google/benchmark/commit/<a class="double-link" href="https://github.com/google/benchmark/commit/0891555be56b24f9f4af716604cedfa0da1efc6b">0891555be</a>">0891555be</a><a href="https://github.com/google/benchmark/commit/b123abdcf4a004ffadca7834d614bdeb36c843c0">) in my code due to the lack of those i have found fixed in my code:
* `kIsIterationInvariant` - `* state.iterations()`
  The value is constant for every iteration, and needs to be **multiplied** by the iteration count.
* `kAvgIterations` - `/ state.iterations()`
  The is global over all the iterations, and needs to be **divided** by the iteration count.

They play nice with `kIsRate`:
* `kIsIterationInvariantRate`
* `kAvgIterationsRate`.

I'm not sure how  meaningful they are when combined with `kAvgThreads`.
I guess the `kIsThreadInvariant` can be added, too, for symmetry with `kAvgThreads`.

1508 of 1720 relevant lines covered (87.67%)

4956144.17 hits per line

Source Files on job 1667.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage)
  • Tree
  • List 0
  • Changed 20
  • Source Changed 4
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1555
  • Travis Job 1667.1
  • b123abdc on github
  • Prev Job for COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage on master (#1663.1)
  • Next Job for COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage on master (#1670.1)
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