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

Quelle  init.g   Sprache: unbekannt

 
#
# profiling: Line by line profiling and code coverage for GAP
#
# Reading the declaration part of the package.
#

# load a method for UserHomeExpand if necessary
if not IsBound(UserHomeExpand) then
  BindGlobal("UserHomeExpand", USER_HOME_EXPAND);
fi;

# load kernel function if it is installed:
  if LoadKernelExtension("profiling") = false then
      Error("failed to load profiling kernel extension");
  fi;


ReadPackage( "profiling", "gap/profiling.gd");

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]