
On Fri, Dec 07, 2007 at 10:16:43AM +1000, Ivan Miljenovic wrote:
On 07/12/2007, Tommy McGuire
wrote: I was actually thinking that something like that would be more valuable for a language like C, where types are not represented in the control flow.
By the way, in a completely different context I just ran across a couple of references:
"Concrete Architecture of the Linux Kernel". Ivan T. Bowman, Saheem Siddiqi, and Meyer C. Tanuan.
"Conceptual Architecture of the Linux Kernel", Ivan T. Bowman.
(The first is available on CiteSeer; I haven't found the second.)
OK, thanks.
prof and gprof?
That looks like them. Of course, us Haskellers have no need of such things, since our programs have profiling inbuilt into the RTS (at least when using GHC, anyway)!
prof derives most of its utility from special hooks baked into gcc and libc. So gcc/prof is not really that different from ghc/hp2ps. Stefan