From 1eb94f783d08445acdf74adf9352131060e1f2d0 Mon Sep 17 00:00:00 2001 From: Seyed Ali Ghasemi Date: Mon, 22 Apr 2024 11:53:08 +0200 Subject: [PATCH] Add ForDebug to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 533f3af..36ac8ac 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,9 @@ call t%mtimer_write(file_name) ! Optionally, write the result to a file **Note:** Compile with the `-DUSE_MPI` option when using the MPI timer. +### To measure elapsed time within a pure procedure, use [ForDebug](https://github.com/gha3mi/fordebug). + + ## Running Examples and Tests ### Clone the Repository