aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:04:11 -0400
committerJP Appel <jeanpierre.appel01@gmail.com>2024-04-26 01:04:11 -0400
commitafd91ba9acf59f349196c456cd3b3ca8bcab1f3b (patch)
tree78e7991ff9c495aba6384efe91a90a3d35f44688
parent2260c97d1a6f6d66f8e093988cb80db02b1c8b26 (diff)
update performance output template in readme
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe1db82..5a2f369 100644
--- a/README.md
+++ b/README.md
@@ -26,8 +26,11 @@ If you wish to compile with additional floating point precision, add `-DEXTENDED
Any version of the program can be used to generate a visualizer compatible `.grid` file.
All versions of the program support the same command line arguments.
-The performance flag outputs information in the format of
-`<PROGRAM>,<FRACTAL>,<HORIZONTAL_SAMPLES>,<VERTICAL_SAMPLES>,<LOWER_REAL>,<LOWER_IMAG>,<UPPER_REAL>,<UPPER_IMAG>,<RUNTIME>`.
+The performance flag outputs information in the format of:
+```
+<PROGRAM>,<FRACTAL>,<MAX_ITERATIONS>,<HORIZONTAL_SAMPLES>,<VERTICAL_SAMPLES>,<LOWER_REAL>,<LOWER_IMAG>,<UPPER_REAL>,<UPPER_IMAG>,<RUNTIME>
+```
+
Note that the runtime is an average runtime from multiple runs.
The number of runs can be adjusted directly in `src/fractals.c` in `NUM_RUNS` or passed set in `CPPFLAGS` by adding `-DNUM_RUNS=N`