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

ICRAR / libprofit / 160 / 6
90%
master: 90%

Build:
Build:
LAST BUILD BRANCH: devel
DEFAULT BRANCH: master
Ran 30 Jan 2018 10:21AM UTC
Files 43
Run time 2s
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

30 Jan 2018 10:16AM UTC coverage: 85.538% (-2.6%) from 88.1%
COMPILER=g++-6 CXXFLAGS="-coverage" LDFLAGS="-coverage"

push

travis-ci

rtobar
r2c and c2r transformations used for convolution

Our original implementation used the complex-to-complex FFT
transformations in both forward and backward direction to perform the
convolution of images. Because the images' data is actually made out of
real data (and not complex numbers) we can actually perform
real-to-complex and complex-to-real transformations instead, saving us
some memory and some CPU as well. Speedups are between 50% and 100%
compared with the previous implementation. All tests pass too.

The old complex-to-complex transformations are still being kept because
they will probably be useful to implement other logic. We still probably
want to separate them into a different class though, and rename them
something like FFTC2CPlan and FFTR2CPlan.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>

1248 of 1459 relevant lines covered (85.54%)

1762082.09 hits per line

Source Files on job 160.6 (COMPILER=g++-6 CXXFLAGS="-coverage" LDFLAGS="-coverage")
  • Tree
  • List 0
  • Changed 13
  • Source Changed 3
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 160
  • Travis Job 160.6
  • e4af3150 on github
  • Prev Job for COMPILER=g++-6 CXXFLAGS="-coverage" LDFLAGS="-coverage" on new_features (#159.6)
  • Next Job for COMPILER=g++-6 CXXFLAGS="-coverage" LDFLAGS="-coverage" on new_features (#161.6)
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