Skip to content
  • AndyGill's avatar
    [project @ 2001-07-19 07:28:00 by andy] · c95b2db6
    AndyGill authored
    Re-adding the -i flag for heap profiling.
    
    The problem was that profiling forces 2-space collection,
    and the census was done on *every* GC. Now, we still keep
    the 2-space for profiling, but just do the census periodically,
    according to a new flag, -i<secs>.
    c95b2db6