Closed yutianwu closed 1 week ago
Valgrind Results:
==6080== Cachegrind, a cache and branch-prediction profiler
==6080== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6080== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6080== Command: target/release/snailtracer
==6080==
--6080-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.979842372s
==6080==
==6080== I refs: 479,820,877
==6080== I1 misses: 3,234
==6080== LLi misses: 2,883
==6080== I1 miss rate: 0.00%
==6080== LLi miss rate: 0.00%
==6080==
==6080== D refs: 216,897,591 (137,945,401 rd + 78,952,190 wr)
==6080== D1 misses: 342,425 ( 202,248 rd + 140,177 wr)
==6080== LLd misses: 137,704 ( 4,404 rd + 133,300 wr)
==6080== D1 miss rate: 0.2% ( 0.1% + 0.2% )
==6080== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6080==
==6080== LL refs: 345,659 ( 205,482 rd + 140,177 wr)
==6080== LL misses: 140,587 ( 7,287 rd + 133,300 wr)
==6080== LL miss rate: 0.0% ( 0.0% + 0.2% )
Description
This pr will merge the develop to main for release v1.0.5
The changes:
86
Rationale
na
Example
na
Changes
Notable changes:
Potential Impacts
na