String container stats from the VSD branch#5204
String container stats from the VSD branch#5204martin-cs wants to merge 0 commit intodiffblue:developfrom
Conversation
f2f8e28 to
a34fecd
Compare
src/util/memory_units.h
Outdated
| #include <cstddef> | ||
| #include <string> | ||
|
|
||
| struct memory_sizet |
| out << ' '; | ||
| } | ||
| out << kib << si_kibitye_symbol; | ||
| out << kib << si_kibibyte_symbol; |
There was a problem hiding this comment.
memory_unit changes should be in previous commit
There was a problem hiding this comment.
Refactored and sqashed.
| mathematical_expr.cpp \ | ||
| mathematical_types.cpp \ | ||
| memory_info.cpp \ | ||
| memory_units.cpp \ |
There was a problem hiding this comment.
squash with initial memory_units commit
| @@ -1,3 +1,11 @@ | |||
| /*******************************************************************\ | |||
|
|
|||
| Module: Memory units | |||
a34fecd to
3209bd8
Compare
|
All review comments resolved. |
allredj
left a comment
There was a problem hiding this comment.
✔️
Passed Diffblue compatibility checks (cbmc commit: 3209bd8).
Build URL: https://travis-ci.com/diffblue/test-gen/builds/140864409
hannes-steffenhagen-diffblue
left a comment
There was a problem hiding this comment.
I’m OK with this per se, but it doesn’t seem to be used anywhere at the moment?
|
@hannes-steffenhagen-diffblue It is used in the fifth VSD patch which is still to be PR'd. I wanted to get the foundations reviewed and ready first. |
3209bd8 to
9d0c0f3
Compare
Codecov Report
@@ Coverage Diff @@
## develop #5204 +/- ##
===========================================
- Coverage 68.25% 68.20% -0.05%
===========================================
Files 1180 1181 +1
Lines 97722 97786 +64
===========================================
Hits 66698 66698
- Misses 31024 31088 +64
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
dfbb67a to
2f77994
Compare
aa59faf to
f6c8f14
Compare
f6c8f14 to
5f2bca7
Compare
5f2bca7 to
6ee69aa
Compare
6ee69aa to
b8bef97
Compare
b8bef97 to
228b9dd
Compare
Like #5202 and #5203 this is taken from the variable-sensitivity-domain branch and split out as separate commits.