GPU accelerated image processing for everyone
Measures time and outputs delay to last call.
Availability: Available in Fiji by activating the update sites clij and clij2. This function is part of clijx_-0.32.0.1.jar.
Ext.CLIJx_stopWatch(String text);
// init CLIJ and GPU import net.haesleinhuepf.clijx.CLIJx; import net.haesleinhuepf.clij.clearcl.ClearCLBuffer; CLIJx clijx = CLIJx.getInstance(); // get input parameters
// Execute operation on GPU clijx.stopWatch(text);
// show result // cleanup memory on GPU
% init CLIJ and GPU clijx = init_clatlabx(); % get input parameters
% Execute operation on GPU clijx.stopWatch(text);
% show result % cleanup memory on GPU