[Haskell-cafe] Heap profiling

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon Sep 11 20:43:55 EDT 2006


bitshifter:
> Does anyone know if there is a way around the 20 charachter identifier
> limitation when heap profiling?  I have a number of identifiers that
> indistinguishably break that limit.
> 

Add custom {-# SCC "mybetteridentifier" #-} pragmas next to the places
with overly long names?

-- Don


More information about the Haskell-Cafe mailing list