Ran
|
Jobs
1
|
Files
36
|
Run time
7s
|
Badge
Embed ▾
README BADGES
|
travis-ci
Add Iteration-related Counter::Flags. Fixes #618 Inspired by these [two](https://github.com/darktable-org/rawspeed/commit/a1ebe07be) [bugs](https://github.com/darktable-org/rawspeed/commit/0891555be) 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`.
8 of 8 new or added lines in 2 files covered. (100.0%)
1505 of 1717 relevant lines covered (87.65%)
4849457.85 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 1650.1 (COMPILER=g++ C_COMPILER=gcc BUILD_TYPE=Coverage) | 36 |
87.65 |
Travis Job 1650.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|