
Hi! Does anyone know if it is possible to use QtHaskell with profiling turned on? -- Mvh Øystein Kolsrud

On 20.04.12 10:07, Øystein Kolsrud wrote:
Hi! Does anyone know if it is possible to use QtHaskell with profiling turned on?
afair i've used it when profiling an application (not qtHaskell itself). what's the problem you're running into? you need to compile the library with profiling support enabled, i have library-profiling: True in ~/.cabal/config <sk>

Well, the problem was that I didn't know how to go about compiling it with
profiling support. Thanks for the tip! I'll try that out.
/Øystein
On Fri, Apr 20, 2012 at 12:08 PM, Stefan Kersten
On 20.04.12 10:07, Øystein Kolsrud wrote:
Hi! Does anyone know if it is possible to use QtHaskell with profiling turned on?
afair i've used it when profiling an application (not qtHaskell itself). what's the problem you're running into?
you need to compile the library with profiling support enabled, i have
library-profiling: True
in ~/.cabal/config
<sk>
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Mvh Øystein Kolsrud

FYI, you'll also have to compile all the dependencies with profiling on as well.
On 20 April 2012 12:40, Øystein Kolsrud
Well, the problem was that I didn't know how to go about compiling it with profiling support. Thanks for the tip! I'll try that out.
/Øystein
On Fri, Apr 20, 2012 at 12:08 PM, Stefan Kersten
wrote: On 20.04.12 10:07, Øystein Kolsrud wrote:
Hi! Does anyone know if it is possible to use QtHaskell with profiling turned on?
afair i've used it when profiling an application (not qtHaskell itself). what's the problem you're running into?
you need to compile the library with profiling support enabled, i have
library-profiling: True
in ~/.cabal/config
<sk>
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Mvh Øystein Kolsrud
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Ivan Perez
-
Stefan Kersten
-
Øystein Kolsrud