From c03e133e8f0c200133c27681aa125fdd0b9e1dec Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 25 Apr 2005 09:32:23 +0000 Subject: [PATCH] [project @ 2005-04-25 09:32:23 by simonmar] daVinci is now called uDraw(Graph) --- ghc/docs/users_guide/profiling.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ghc/docs/users_guide/profiling.xml b/ghc/docs/users_guide/profiling.xml index aadbdbb..f3529a5 100644 --- a/ghc/docs/users_guide/profiling.xml +++ b/ghc/docs/users_guide/profiling.xml @@ -917,14 +917,12 @@ x = nfib 25 To run ghcprof, you need - daVinci installed, which can be + uDraw(Graph) installed, which can be obtained from The Graph - Visualisation Tool daVinci. Install one of + url="http://www.informatik.uni-bremen.de/uDrawGraph/en/uDrawGraph/uDrawGraph.html">uDraw(Graph). Install one of the binary - distributionsdaVinci is - sadly not open-source :-(., and set your - DAVINCIHOME environment variable to point to the + distributions, and set your + UDG_HOME environment variable to point to the installation directory. ghcprof uses an XML-based profiling log -- 1.7.10.4