Closed pythonberg1997 closed 2 months ago
Valgrind Results:
==6258== Cachegrind, a cache and branch-prediction profiler
==6258== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==6258== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6258== Command: target/release/snailtracer
==6258==
--6258-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.821606052s
==6258==
==6258== I refs: 426,714,686
==6258== I1 misses: 3,104
==6258== LLi misses: 2,835
==6258== I1 miss rate: 0.00%
==6258== LLi miss rate: 0.00%
==6258==
==6258== D refs: 204,178,952 (132,371,525 rd + 71,807,427 wr)
==6258== D1 misses: 342,611 ( 202,690 rd + 139,921 wr)
==6258== LLd misses: 137,683 ( 4,380 rd + 133,303 wr)
==6258== D1 miss rate: 0.2% ( 0.2% + 0.2% )
==6258== LLd miss rate: 0.1% ( 0.0% + 0.2% )
==6258==
==6258== LL refs: 345,715 ( 205,794 rd + 139,921 wr)
==6258== LL misses: 140,518 ( 7,215 rd + 133,303 wr)
==6258== 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