From 320c8cd585cb3371db39029b763dc33af55b9a27 Mon Sep 17 00:00:00 2001 From: Georges Da Costa <dacosta@irit.fr> Date: Mon, 29 Nov 2021 22:03:25 +0100 Subject: [PATCH] Updates README with last version of cache performance counters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b44405d..9bc832b 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ $ ./mojitos -t 2 -f 2 -r 1036390.000754048 1333553 228393 689513 1036390.500113978 1581967 267944 701536 ``` -Performance counters (cpu_cycle, cache_ll and page_faults) during 4 seconds with a frequency of 1Hz +Performance counters (cpu_cycle, cache_ll_r_a and page_faults) during 4 seconds with a frequency of 1Hz. For cache performance counters, _r and _w are respectively read and write, and _a, _m and _p are respectively access, miss, pending. ```bash -$ ./mojitos -t 4 -f 1 -p cpu_cycles,cache_ll,page_faults +$ ./mojitos -t 4 -f 1 -p cpu_cycles,cache_ll_r_a,page_faults #timestamp cpu_cycles cache_ll page_faults 1036846.351749455 571199 1232 0 1036847.001098880 348173344 2451387 872 -- GitLab