Closed forcodedancing closed 3 weeks ago
Valgrind Results:
==6285== Cachegrind, a cache and branch-prediction profiler
==6285== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6285== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6285== Command: target/release/snailtracer
==6285==
--6285-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.993408481s
==6285==
==6285== I refs: 479,817,652
==6285== I1 misses: 3,235
==6285== LLi misses: 2,884
==6285== I1 miss rate: 0.00%
==6285== LLi miss rate: 0.00%
==6285==
==6285== D refs: 216,895,887 (137,943,697 rd + 78,952,190 wr)
==6285== D1 misses: 339,061 ( 199,130 rd + 139,931 wr)
==6285== LLd misses: 137,696 ( 4,403 rd + 133,293 wr)
==6285== D1 miss rate: 0.2% ( 0.1% + 0.2% )
==6285== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6285==
==6285== LL refs: 342,296 ( 202,365 rd + 139,931 wr)
==6285== LL misses: 140,580 ( 7,287 rd + 133,293 wr)
==6285== LL miss rate: 0.0% ( 0.0% + 0.2% )
Description
This pr will merge the develop to main.
The changes:
Rationale
na
Example
na
Changes
Notable changes:
Potential Impacts
na