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

Additional random-access statistics #494

Closed
2 tasks done
SSoelvsten opened this issue May 10, 2023 · 1 comment · Fixed by #507
Closed
2 tasks done

Additional random-access statistics #494

SSoelvsten opened this issue May 10, 2023 · 1 comment · Fixed by #507
Assignees
Labels
📁 statistics In the name of science!

Comments

@SSoelvsten
Copy link
Owner

SSoelvsten commented May 10, 2023

Looking at the results, we may also want the following statistics?

node_file / arc_file

  • The number of elements pushed/read to/from each index.
  • The number of times a semi-transposed file needed to have its out-of-order terminals sorted.
@SSoelvsten SSoelvsten added the 📁 statistics In the name of science! label May 10, 2023
@SSoelvsten SSoelvsten self-assigned this May 11, 2023
@SSoelvsten
Copy link
Owner Author

SSoelvsten commented May 22, 2023

Weirdly enough, there seems to be some issue, where the internal functions of Adiar are using the compilation of the public API placed within the client executable, e.g. the unit testing script. The issue here is, that the client may not compile with statistics enabled, leaving some parts of the desired statistics not properly updated.

See the full issue here: #506 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📁 statistics In the name of science!
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant