org.sunflow
Class Benchmark
- BenchmarkTest, Display, UserInterface
public class Benchmark
extends java.lang.Object
Benchmark()
|
Benchmark(int resolution, boolean showOutput, boolean showBenchmarkOutput, boolean saveOutput)
|
Benchmark(int resolution, boolean showOutput, boolean showBenchmarkOutput, boolean saveOutput, int threads)
|
void | execute()
|
void | imageBegin(int w, int h, int bucketSize)
|
void | imageEnd()
|
void | imageFill(int x, int y, int w, int h, Color c)
|
void | imagePrepare(int x, int y, int w, int h, int id)
|
void | imageUpdate(int x, int y, int w, int h, Color[] data)
|
void | kernelBegin()
|
void | kernelEnd()
|
void | kernelMain()
|
static void | main(String[] args)
|
void | print(UI.Module m, UI.PrintLevel level, String s)
|
void | taskStart(String s, int min, int max)
|
void | taskStop()
|
void | taskUpdate(int current)
|
Benchmark
public Benchmark()
Benchmark
public Benchmark(int resolution,
boolean showOutput,
boolean showBenchmarkOutput,
boolean saveOutput)
Benchmark
public Benchmark(int resolution,
boolean showOutput,
boolean showBenchmarkOutput,
boolean saveOutput,
int threads)
execute
public void execute()
imageBegin
public void imageBegin(int w,
int h,
int bucketSize)
- imageBegin in interface Display
imagePrepare
public void imagePrepare(int x,
int y,
int w,
int h,
int id)
- imagePrepare in interface Display
main
public static void main(String[] args)