If I run an algorithm in an environment (ELKI) and want to measure the time, how can I do that? - Make a script? -let that run 10 seconds and press the run button in the environment to run the algorithm - and subtract the 10 seconds. - or maybe I can make a script that interacts with ELKI and knows when I press the run algorithm-button (But I can't see how) - How do one usually write a script? In what language? Can you link to a page, where I can learn it? Bash-script? Perl? Python?
Thanks for any respond.