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

google / benchmark / 2201
92%
master: 92%

Build:
Build:
LAST BUILD BRANCH: openmp-compatibility
DEFAULT BRANCH: master
Ran 23 Aug 2019 01:52PM UTC
Jobs 1
Files 40
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

pending completion
2201

Pull #861

travis-ci

web-flow
Perform IWYU on library sources

Was looking at time distribution clang spends on my projects
that builds benchmark in-tree, and to my surprise
benchmark_register.cc + benchmark.cc + benchmark_runner.cc +
statistics.cc + benchmark.h were near the top.

There are two (well three) solutions here - to include less
stuff in benchmark's sources, to further partition benchmark's
sources (and to not build it in-tree :S).

This performs the first solution, since it's most straight-forward
and least controversial. The diff looks scary, and indeed i will be
quite surprized if this doesn't break build on some platform.
But I don't foresee any way to avoid that risk.

Repeating the measurements show that this either helps
(- ~2s clang front-end time), or the initial measurement was noisy.
Pull Request #861: Perform IWYU on library sources

2 of 2 new or added lines in 1 file covered. (100.0%)

1780 of 1940 relevant lines covered (91.75%)

5287531.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2201.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) 23 Aug 2019 01:52PM UTC 0
91.75
Travis Job 2201.1
Source Files on build 2201
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2201
  • Pull Request #861
  • PR Base - master (#2199)
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