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
2024-05-05 14:18:20 +02:00

6 lines
142 B
C

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