Function
Description
With the argument 'TRUE', 'Profile' switches the profiling on. From that moment on for every function GAP remembers the number of times this function was called, the time spent in this function without its children, i.e., the functions it called and their children, and the time spent in this function together with them. If the profiling was already on, 'Profile' clears the profiling information. With the argument 'false', 'Profile' switches the profiling off again. Note that programs run faster without profiling.
|