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

ci(cachegrind): add PAT #958

Merged
merged 1 commit into from
Jan 8, 2024
Merged

ci(cachegrind): add PAT #958

merged 1 commit into from
Jan 8, 2024

Conversation

rakita
Copy link
Member

@rakita rakita commented Jan 8, 2024

No description provided.

@rakita
Copy link
Member Author

rakita commented Jan 8, 2024

Valgrind Results:

==3793== Cachegrind, a cache and branch-prediction profiler
==3793== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3793== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3793== Command: target/release/snailtracer
==3793== 
--3793-- warning: L3 cache found, using its data for the LL simulation.
==3793== 
==3793== I   refs:      456,271,923
==3793== I1  misses:          2,953
==3793== LLi misses:          2,635
==3793== I1  miss rate:        0.00%
==3793== LLi miss rate:        0.00%
==3793== 
==3793== D   refs:      229,452,328  (152,511,610 rd   + 76,940,718 wr)
==3793== D1  misses:        349,840  (    210,028 rd   +    139,812 wr)
==3793== LLd misses:        137,006  (      3,753 rd   +    133,253 wr)
==3793== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==3793== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3793== 
==3793== LL refs:           352,793  (    212,981 rd   +    139,812 wr)
==3793== LL misses:         139,641  (      6,388 rd   +    133,253 wr)
==3793== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit b31b48b into main Jan 8, 2024
23 checks passed
@rakita rakita deleted the cachegrind_pat branch January 19, 2024 13:24
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.

None yet

1 participant