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

areaDetector / ADCore / 856
41%
master: 39%

Build:
Build:
LAST BUILD BRANCH: R3-11
DEFAULT BRANCH: master
Ran 22 Nov 2017 10:50PM UTC
Jobs 1
Files 69
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
856

push

travis-ci

MarkRivers
Changed Capture mode.  Previously it created NumCapture NDArrays using the "new" operator.
As NDArrays arrived it copied the data and attributes into these arrays.
This had several problems:
- The NDArrays were not allocated from the NDArrayPool, so memory limits were not enforced.
- Because they were not allocated from the NDArrayPool if they were passed to other functions
  or plugins there would be problems with attempts to called NDArray::reserve() or release().
- The copy operation is inefficient and not a good idea.
The change was to simply allocate an array of NumCapture pointers.  As NDArrays arrive
their reference count is incremented with reserve() and the pointer is copied to the array.
After the files are written the cleanup routine now simply decrements the reference counter
with release(), rather than having to delete the NDArray.
The new scheme is much cleaner.  It will require setting the memory and array limits
for the NDArrayPool to be large enough to buffer NumCapture frames, whereas previously
this would not have been required.  It may thus require some changes to startup scripts.

4304 of 10524 relevant lines covered (40.9%)

307.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 856.1 (EPICS_HOST_ARCH=linux-x86_64) 22 Nov 2017 10:50PM UTC 0
40.9
Travis Job 856.1
Source Files on build 856
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #856
  • b65df2c6 on github
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