Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/   (Algebra von RWTH Aachen Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 560 B image not shown  

Quelle  testprofiling.g   Sprache: unbekannt

 
#############################################################################
##
##  This file runs all tests from the 'tst/testprofiling' directory of the
##  GAP distribution. This contains tests for the profiling functionality
##  GAP provides. They are kept separate from the regular tests, as those are
##  also run with the profiler enabled -- but testing the profiling code
##  while the profiler runs does not work.
##

TestDirectory( [ DirectoriesLibrary( "tst/testprofiling" ) ],
  rec(exitGAP := true) );
  
# Should never get here
ForceQuitGap(1);

[ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ]