|
# This code is just some test code, for checking profiling
f1 := function(a)
local x;
x := 0;
if a < 1 then
return 1;
fi;
end;
f2 := function(a)
local x;
x := 0;
if a < 1 then
return 1;
fi;
end;
[ Dauer der Verarbeitung: 0.23 Sekunden
(vorverarbeitet)
]
|