From 2260c97d1a6f6d66f8e093988cb80db02b1c8b26 Mon Sep 17 00:00:00 2001 From: JP Appel Date: Thu, 25 Apr 2024 20:14:07 -0400 Subject: update performance print to show more information --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 115197d..fe1db82 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,10 @@ If you wish to compile with additional floating point precision, add `-DEXTENDED ### Running 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 `,,`. +All versions of the program support the same command line arguments. + +The performance flag outputs information in the format of +`,,,,,,,,`. 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` -- cgit v1.2.3