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

feat: Restructuring Part3 inspector crate #1788

Merged
merged 3 commits into from
Sep 19, 2024
Merged

Conversation

rakita
Copy link
Member

@rakita rakita commented Sep 19, 2024

cargo depgraph --no-default-features --workspace-only | dot -Tpng > graph.png

image

Copy link
Contributor

github-actions bot commented Sep 19, 2024

Valgrind Results:

==4501== Cachegrind, a cache and branch-prediction profiler
==4501== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4501== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4501== Command: target/release/revme bench snailtracer
==4501== 
--4501-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.847336773s
==4501== 
==4501== I   refs:      429,377,932
==4501== I1  misses:          4,592
==4501== LLi misses:          4,166
==4501== I1  miss rate:        0.00%
==4501== LLi miss rate:        0.00%
==4501== 
==4501== D   refs:      205,674,409  (133,128,439 rd   + 72,545,970 wr)
==4501== D1  misses:        347,047  (    204,059 rd   +    142,988 wr)
==4501== LLd misses:        142,399  (      7,267 rd   +    135,132 wr)
==4501== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4501== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4501== 
==4501== LL refs:           351,639  (    208,651 rd   +    142,988 wr)
==4501== LL misses:         146,565  (     11,433 rd   +    135,132 wr)
==4501== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 66adad0 into main Sep 19, 2024
27 checks passed
@DaniPopes DaniPopes deleted the rakita/restructure_inspector branch October 17, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant