Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,5 +1,13 @@
|
|||
Write a program which uses a timer (with the least granularity available on your system) to time how long a function takes to execute.
|
||||
{{omit from|Batch File|No way to programmatically retrieving the current or elapsed time. Only human-readable formats available, which can't be parsed accurately.}}
|
||||
{{omit from|GUISS}}
|
||||
{{omit from|ML/I}}
|
||||
|
||||
Whenever possible, use methods which measure only the processing time used by the current process; instead of the difference in [[system time]] between start and finish, which could include time used by other processes on the computer.
|
||||
Write a program which uses a timer (with the least granularity available
|
||||
on your system) to time how long a function takes to execute.
|
||||
|
||||
Whenever possible, use methods which measure only the processing time used
|
||||
by the current process; instead of the difference in [[system time]]
|
||||
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]].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue