--- /dev/null Thu Jan 01 00:00:00 1970 +0000+++ b/benchmark.m Mon Nov 23 13:51:31 2015 +0100@@ -0,0 +1,12 @@+function benchmark(func, N)+ default_arg('N',100);++ tic+ profile on++ for i = 1:N+ func();+ end++ profile viewer+end\ No newline at end of file