2016 Update
This commit is contained in:
parent
948b86eafa
commit
dcf5d15da3
7965 changed files with 139854 additions and 31002 deletions
|
|
@ -1,4 +1,4 @@
|
|||
time(foo)={
|
||||
foo();
|
||||
gettime()
|
||||
};
|
||||
gettime();
|
||||
}
|
||||
5
Task/Time-a-function/PARI-GP/time-a-function-2.pari
Normal file
5
Task/Time-a-function/PARI-GP/time-a-function-2.pari
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
time(foo)={
|
||||
my(start=getabstime());
|
||||
foo();
|
||||
getabstime()-start;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue