diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-26 17:24:33 -0400 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2024-04-26 17:24:33 -0400 |
| commit | c176f9491411f53000b0350cafc1d17db0ef09ec (patch) | |
| tree | ea9474b6a5ebd045ba8d6bcc819f1d440e98cd6c /README.md | |
| parent | 3063b6ffd771f68183e76185761bcbc91110ca0b (diff) | |
add degree, constant, radius to performance output
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ All versions of the program support the same command line arguments. 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> +<PROGRAM>,<FRACTAL>,<DEGREE>,<CONSTANT_REAL>,<CONSTANT_IMAG>,<RADIUS>,<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. @@ -45,7 +45,7 @@ Options: -l, --lower-left <value> Set the lower left corner of the fractal area (default: -2-2i) -u, --upper-right <value> Set the upper right corner of the fractal area (default: 2+2i) -z, --magnification <value> Set the magnification factor (default: 1) - -d, --degree <value> Set the degree for fractals that use it (default: 1) + -d, --degree <value> Set the degree for fractals that use it (default: 2) -c, --constant <value> Set the constant for fractals that use it (default: 0+0i) -r, --radius <value> Set the radius for fractals that use it (default: 2) -o, --output <filename> the output filename (default: fractal.grid) |
