6 lines
71 B
Text
6 lines
71 B
Text
|
|
time(foo)={
|
||
|
|
my(start=getabstime());
|
||
|
|
foo();
|
||
|
|
getabstime()-start;
|
||
|
|
}
|