Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚸 Follow-up for DD statistics #419

Merged
merged 7 commits into from
Sep 8, 2023
Merged

🚸 Follow-up for DD statistics #419

merged 7 commits into from
Sep 8, 2023

Conversation

burgholzer
Copy link
Member

@burgholzer burgholzer commented Sep 8, 2023

Description

A small follow-up PR that fixes up a few things and improves the overall statistics tracking.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

they would always equal `gc_runs`

Signed-off-by: burgholzer <[email protected]>
it's a static quantity anyways

Signed-off-by: burgholzer <[email protected]>
@burgholzer burgholzer added usability Anything related to usability DD Anything related to the DD package c++ Anything related to C++ code labels Sep 8, 2023
@burgholzer burgholzer added this to the DD Package Improvements milestone Sep 8, 2023
@burgholzer burgholzer self-assigned this Sep 8, 2023
@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Merging #419 (10c3585) into main (3e1609a) will decrease coverage by 0.1%.
The diff coverage is 97.0%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main    #419     +/-   ##
=======================================
- Coverage   89.4%   89.4%   -0.1%     
=======================================
  Files        102     102             
  Lines      11743   11761     +18     
  Branches    2080    2085      +5     
=======================================
+ Hits       10509   10524     +15     
- Misses      1234    1237      +3     
Flag Coverage Δ
cpp 89.4% <97.0%> (-0.1%) ⬇️
python 100.0% <ø> (ø)
Files Changed Coverage Δ
src/dd/RealNumberUniqueTable.cpp 90.4% <ø> (-0.1%) ⬇️
src/dd/statistics/UniqueTableStatistics.cpp 93.3% <50.0%> (-6.7%) ⬇️
include/dd/UniqueTable.hpp 97.7% <100.0%> (+0.3%) ⬆️
include/dd/statistics/PackageStatistics.hpp 100.0% <100.0%> (ø)
src/dd/statistics/MemoryManagerStatistics.cpp 100.0% <100.0%> (ø)
src/dd/statistics/TableStatistics.cpp 95.3% <100.0%> (-4.7%) ⬇️

@github-actions
Copy link
Contributor

github-actions bot commented Sep 8, 2023

Cpp-Linter Report ✔️

No problems need attention.

Have any feedback or feature suggestions? Share it here.

@burgholzer burgholzer merged commit 886d18d into main Sep 8, 2023
32 checks passed
@burgholzer burgholzer deleted the stats-follow-up branch September 8, 2023 21:38
burgholzer added a commit that referenced this pull request Sep 14, 2023
## Description

Another small follow-up to #419 that squashed another couple of quirks
in the statistics tracking.

## Checklist:

<!---
This checklist serves as a reminder of a couple of things that ensure
your pull request will be merged swiftly.
-->

- [x] The pull request only contains commits that are related to it.
- [x] I have added appropriate tests and documentation.
- [x] I have made sure that all CI jobs on GitHub pass.
- [x] The pull request introduces no new warnings and follows the
project's style guidelines.

---------

Signed-off-by: burgholzer <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ Anything related to C++ code DD Anything related to the DD package usability Anything related to usability
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant