Profiles in GHC

Simon Marlow simonmar@microsoft.com
Mon, 23 Jul 2001 09:57:23 +0100


> Can anyone give me a brief explanation (or show me where in the web I
can
> find some info) about using the profiling library in GHC? Is it
avaible for > Windows 98/NT?

There's documentation on GHC's profiling facilities here:

	http://www.haskell.org/ghc/docs/latest/set/profiling.html

And yes, profiling is available with the Windows version of GHC.

Cheers,
	Simon