user_guide:tutorials:time

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
howto:time [2012/03/14 12:58] schroeterhowto:time [2014/01/03 15:45] – external edit 127.0.0.1
Line 1: Line 1:
 ====== Measure execution time ====== ====== Measure execution time ======
  
-The benefit of using a standard programming language such as Perl is that one can use standard libraries for basic needs. Here is an example showing how to benchmark two different convex hull algorithms/codes on the same example.+The benefit of using a standard programming language such as Perl is that one can use standard libraries for basic needs. For example, one can measure the runtime/execution time of a sequence of commands. Here is an example showing how to benchmark two different convex hull algorithms/codes on the same example.
 <code> <code>
 use Benchmark qw(:all); use Benchmark qw(:all);
  • user_guide/tutorials/time.txt
  • Last modified: 2019/02/11 17:16
  • by oroehrig