This repository has been archived on 2024-05-05. You can view files and clone it, but cannot push or open issues or pull requests.
work-stealing-scheduler/includes/mandelbrot.h

6 lines
137 B
C

#pragma once
/* Lance le benchmark avec mandelbrot (TP10)
*
* Renvoie le temps d'exécution */
double benchmark_mandelbrot(int, int);