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

 
Spracherkennung für: .g vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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.22 Sekunden, vorverarbeitet 2026-05-06]