summaryrefslogtreecommitdiff
path: root/dev/doc/profiling.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dev/doc/profiling.txt')
-rw-r--r--dev/doc/profiling.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/doc/profiling.txt b/dev/doc/profiling.txt
index 9d2ebf0d..b5dd8445 100644
--- a/dev/doc/profiling.txt
+++ b/dev/doc/profiling.txt
@@ -7,7 +7,7 @@ want to profile time or memory consumption. AFAIK, this only works for Linux.
In Coq source folder:
-opam switch 4.02.1+fp
+opam switch 4.02.3+fp
./configure -local -debug
make
perf record -g bin/coqtop -compile file.v