Also available as a gist. Very simple way of measuring execution time in seconds using Ruby
1 2 3 4 5 6 7 8 9 10 | |
Matlab has a slightly simpler function for this
tic
%Main part goes here
toc
Also available as a gist. Very simple way of measuring execution time in seconds using Ruby
1 2 3 4 5 6 7 8 9 10 | |
Matlab has a slightly simpler function for this
tic
%Main part goes here
toc