Ticky-ticky profiling?
Simon Peyton-Jones
simonpj@microsoft.com
Tue, 10 Dec 2002 09:29:07 -0000
You need to cd into fptools/libraries, and say 'make way=3Dt'. (The =
"way"
stuff is described in the building guide. Better still, set
GhcLibWays=3Dt to your build.mk file.) This will build a library tree
with flag -ticky, which is what you need. You do need to build from
source to do this.
Simon
| -----Original Message-----
| From: Kirsten Chevalier [mailto:krc@uclink.berkeley.edu]
| Sent: 09 December 2002 19:55
| To: glasgow-haskell-users@haskell.org
| Subject: Ticky-ticky profiling?
|=20
| Hi,
| I'm wondering what needs to be done in order to use ticky-ticky
profiling --
| section 5.7 in the Users' Guide says:
|=20
| "To be able to use ticky-ticky profiling, you will need to have
built
| appropriate libraries and things when you made the system. See
?Customising
| what libraries to build,? in the installation guide."
|=20
| but that section in the installation guide doesn't seem to exist. When
I
| try to compile programs with -ticky, I get lots of "Could not find
interface
| file" errors, so presumably I need to "build appropriate libraries and
things".
| If anyone could tell me what that specifically means, I'd appreciate
it.
|=20
| Thanks,
| Kirsten
|=20
| --
| Kirsten Chevalier * krc@uclink.berkeley.edu * Often in error, never in
doubt
| _______________________________________________
| Glasgow-haskell-users mailing list
| Glasgow-haskell-users@haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-users