From 48bb89be871f8aa2959110985d7a5e98923bca37 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Thu, 15 Aug 2024 21:18:04 +0200 Subject: [PATCH] Actualiser setup.sh --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 55341b5..95b0237 100644 --- a/setup.sh +++ b/setup.sh @@ -17,3 +17,4 @@ cp ../target/release/two_thread_cal /usr/bin/two_thread_cal echo "Starting measurements" modprobe msr /usr/bin/two_thread_cal | bzip2 -c > /root/results.txt.bz2 +lstopo --of xml > /root/lstopo.xml