mmore500 / conduit

C++ library that wraps intra-thread, inter-thread, and inter-process communication in a uniform, modular, object-oriented interface, with a focus on asynchronous high-performance computing applications.
https://conduit.fyi
MIT License
13 stars 4 forks source link

Add instrumentation for quality of service tracking #141

Closed mmore500 closed 2 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #141 (dc46559) into master (3ff0797) will increase coverage by 0.53%. The diff coverage is 67.31%.

:exclamation: Current head dc46559 differs from pull request most recent head c3fcdc8. Consider uploading reports for the commit c3fcdc8 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
+ Coverage   49.82%   50.36%   +0.53%     
==========================================
  Files         219      225       +6     
  Lines        5612     5808     +196     
==========================================
+ Hits         2796     2925     +129     
- Misses       2816     2883      +67     
Impacted Files Coverage Δ
.../uit/spouts/wrappers/inlet/CachingInletWrapper.hpp 0.00% <0.00%> (ø)
...s/inlet/InstrumentationAggregatingInletWrapper.hpp 0.00% <0.00%> (ø)
...it/spouts/wrappers/outlet/CachingOutletWrapper.hpp 0.00% <0.00%> (ø)
...outlet/InstrumentationAggregatingOutletWrapper.hpp 0.00% <0.00%> (ø)
include/uitsl/containers/safe/deque.hpp 100.00% <ø> (ø)
include/uitsl/containers/safe/list.hpp 100.00% <ø> (ø)
include/uitsl/containers/safe/unordered_map.hpp 100.00% <ø> (ø)
include/uitsl/containers/safe/vector.hpp 100.00% <ø> (ø)
include/uitsl/parallel/ThreadTeam.hpp 56.25% <14.28%> (-33.75%) :arrow_down:
include/uitsl/parallel/_TryJoinableThread.hpp 22.22% <22.22%> (ø)
... and 13 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3ff0797...c3fcdc8. Read the comment docs.