Skip to content

Conversation

@rakita
Copy link
Member

@rakita rakita commented Sep 19, 2024

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

image

@github-actions
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%  )

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.

2 participants