more readme imgs
This commit is contained in:
parent
e8dd205dbd
commit
f34d8b1b5f
Binary file not shown.
Before Width: | Height: | Size: 489 B |
@ -582,7 +582,8 @@ int main() {
|
||||
printf("Unoptimized: %u iterations, %f seconds\n", unoptimized_iters, time_unoptimized);
|
||||
|
||||
begin = clock();
|
||||
unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized);
|
||||
//unsigned int optimized_iters = mandelbrot_bordertrace(&cam, pixels_unoptimized);
|
||||
unsigned int optimized_iters = 0;
|
||||
end = clock();
|
||||
|
||||
time_optimized = (double)(end - begin) / CLOCKS_PER_SEC;
|
||||
|
Binary file not shown.
BIN
writeup/pretty.png
Normal file
BIN
writeup/pretty.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 854 KiB |
Loading…
x
Reference in New Issue
Block a user