diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-25 20:14:07 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-25 20:14:07 -0400 |
| commit | 2260c97d1a6f6d66f8e093988cb80db02b1c8b26 (patch) | |
| tree | 256f7daa1ed79c7af878dd7f9d16de7f69cc2ba9 /README.md | |
| parent | 8279af3c8b3916f27067d004e9c6130d03f8359e (diff) | |
update performance print to show more information
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 `<PROGRAM>,<FRACTAL>,<RUNTIME>`. +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>`. 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` |
