From d3f40216a9d190d539a968871a2d4c73a35d94ce Mon Sep 17 00:00:00 2001 From: Marno van der Maas <34654485+marnovandermaas@users.noreply.github.com> Date: Tue, 9 Mar 2021 10:46:55 +0000 Subject: [PATCH] Made the unimplemented notation consistent --- Doc/Performance_Monitoring.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/Performance_Monitoring.md b/Doc/Performance_Monitoring.md index e61559e..68c8197 100644 --- a/Doc/Performance_Monitoring.md +++ b/Doc/Performance_Monitoring.md @@ -65,8 +65,8 @@ IMem, DMem L1 Cache, and LL Cache; events identical for all three, though some a - Load miss – count loads missed (0x21/0x31/0x61) - Load miss latency – count cycles waiting on a load miss (0x22/0x32/0x62) - Store – count stores requested by cpu (unimplemented/0x33/unimplemented) -- Store miss – unimplemented -- Store miss latency – unimplemented +- Store miss – (unimplemented/unimplemented/unimplemented) +- Store miss latency – (unimplemented/unimplemented/unimplemented) - Amo – count atomic ops requested by cpu (unimplemented/0x36/unimplemented) - Amo miss – count atomics missed (unimplemented/0x37/unimplemented) - Amo miss latency – count cycles waiting on a atomics miss (unimplemented/0x38/unimplemented) @@ -91,4 +91,4 @@ Missing events are: - L1 WB events - L2 WB events - AXI4 events for CHERI-enabled builds -- External events \ No newline at end of file +- External events