2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions

View file

@ -2,6 +2,7 @@
{{omit from|GUISS}}
{{omit from|ML/I}}
;Task:
Write a program which uses a timer (with the least granularity available
on your system) to time how long a function takes to execute.
@ -11,3 +12,4 @@ between start and finish, which could include time used by
other processes on the computer.
This task is intended as a subtask for [[Measure relative performance of sorting algorithms implementations]].
<br><br>