Closed pythonberg1997 closed 1 month ago
Valgrind Results:
==6188== Cachegrind, a cache and branch-prediction profiler
==6188== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6188== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6188== Command: target/release/snailtracer
==6188==
--6188-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.81629091s
==6188==
==6188== I refs: 426,715,959
==6188== I1 misses: 3,286
==6188== LLi misses: 2,845
==6188== I1 miss rate: 0.00%
==6188== LLi miss rate: 0.00%
==6188==
==6188== D refs: 204,179,324 (132,371,816 rd + 71,807,508 wr)
==6188== D1 misses: 342,572 ( 202,618 rd + 139,954 wr)
==6188== LLd misses: 137,708 ( 4,401 rd + 133,307 wr)
==6188== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6188== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6188==
==6188== LL refs: 345,858 ( 205,904 rd + 139,954 wr)
==6188== LL misses: 140,553 ( 7,246 rd + 133,307 wr)
==6188== LL miss rate: 0.0% ( 0.0% + 0.2% )
Description
add a description of your changes here...
Rationale
tell us why we need these changes...
Example
add an example CLI or API response...
Changes
Notable changes:
Potential Impacts