Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/GAP/pkg/profiling/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 21.5.2025 mit Größe 208 B image not shown  

Quelle  testcodenoreturn.g   Sprache: unbekannt

 
# 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)  ]