Re: Profiling burn-rate

2001-04-10 Thread Hannah Schroeter
Hello! On Tue, Apr 10, 2001 at 01:27:11PM -0400, Sengan wrote: > [...] > processing. Had I had a means of measuring profiling burn-rate, I'm guessing that > [...] Using ghc, what's wrong with compiling with -prof and cost centres set (in doubt, use -auto-all -caf-all or similar), and then using

Re: Profiling burn-rate

2001-04-10 Thread Sengan
"Julian Seward (Intl Vendor)" wrote: > > | Is there any way to profile the "burn-rate" of a Haskell program? > | > | Profiling as I understand it tells you what the "live" information > | on the heap is. It doesn't tell you what garbage collector has just > | freed. So, if a function were generat

Functional Dependencies (Was RE: Dimensional analysis with fundeps)

2001-04-10 Thread Mark P Jones
Dear All, | 1) What is a fundep? Fundeps are "functional dependencies", which have long been used to specify constraints on the tables used in relational databases. In the current context, people are using "fundeps" to refer to the way that this idea has been adapted to work with multiple param