Skip to content
  • Nicholas Nethercote's avatar
    [project @ 2002-02-14 11:56:03 by njn] · 89577706
    Nicholas Nethercote authored
    This commit affects ticky-ticky profiling.  Entry counts for thunks,
    constructors, functions (standard and direct) and indirections are split into
    two counters, one for entries to static closures and one for entries to dynamic
    closures.
    
    This required changing ticky-ticky details in the RTS (introducing new counters
    and corresponding TICK_* events), and also changing the code generator to
    generate the new event names (eg. TICK_ENT_THK is replaced by
    TICK_ENT_STATIC_THK and TICK_ENT_DYN_THK).
    89577706