From 44aaaf7194850b24f4f5618dc91a313178a71b4f Mon Sep 17 00:00:00 2001 From: Phani Pavan K Date: Sat, 13 Dec 2025 14:48:04 +0530 Subject: [PATCH] removed cpu usage, it just says 99 all the time. --- setupFiles/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setupFiles/compile.sh b/setupFiles/compile.sh index 76345eb..ca56762 100644 --- a/setupFiles/compile.sh +++ b/setupFiles/compile.sh @@ -2,7 +2,7 @@ # Adapted from github.com/gkilleen33/overleaf-offline under the MIT license -export TIMEFORMAT="Done Compiling in %Rs, used %P%% CPU" +export TIMEFORMAT="Done Compiling in %Rs" time { echo ==== Compiling ====================