Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1.  Profiling tiny executions in ghc (pmcil...@gmail.com)
   2. Re:  Profiling tiny executions in ghc (Rein Henrichs)
   3. Re:  Profiling tiny executions in ghc (Rein Henrichs)


----------------------------------------------------------------------

Message: 1
Date: Tue, 12 Jan 2016 19:39:34 -0800
From: <pmcil...@gmail.com>
To: "beginners@haskell.org" <beginners@haskell.org>
Subject: [Haskell-beginners] Profiling tiny executions in ghc
Message-ID: <5695c6ef.48a0420a.1634f.6...@mx.google.com>
Content-Type: text/plain; charset="utf-8"

Is there a way to count numbers of calls, allocations or constructions to get 
an estimate of program performance in ghc?
I am curious about the performance of the various implementations of blowup in 
previous discussions. Timing and profile sampling is not convenient.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20160112/7acfe8bc/attachment-0001.html>

------------------------------

Message: 2
Date: Wed, 13 Jan 2016 03:44:00 +0000
From: Rein Henrichs <rein.henri...@gmail.com>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <beginners@haskell.org>
Subject: Re: [Haskell-beginners] Profiling tiny executions in ghc
Message-ID:
        <CAJp6G8ydY1YTNJW2GgSQYCo1w=qkjxy8ogruduf2fw5khth...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Simon Marlow's book *Parallel and Concurrent Programming in Haskell*, which
is freely available online, demonstrates a variety of Haskell profiling
tools and an exceptional book that every Haskell programmer should read
anyway imo.

On Tue, Jan 12, 2016 at 7:39 PM <pmcil...@gmail.com> wrote:

> Is there a way to count numbers of calls, allocations or constructions to
> get an estimate of program performance in ghc?
>
> I am curious about the performance of the various implementations of
> blowup in previous discussions. Timing and profile sampling is not
> convenient.
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20160113/311505a5/attachment-0001.html>

------------------------------

Message: 3
Date: Wed, 13 Jan 2016 03:44:19 +0000
From: Rein Henrichs <rein.henri...@gmail.com>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <beginners@haskell.org>
Subject: Re: [Haskell-beginners] Profiling tiny executions in ghc
Message-ID:
        <cajp6g8wjavgz_rwhvgz94esbugccsv3nfwop4wjz6yw3x_0...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

s/and an/and is an

On Tue, Jan 12, 2016 at 7:44 PM Rein Henrichs <rein.henri...@gmail.com>
wrote:

> Simon Marlow's book *Parallel and Concurrent Programming in Haskell*,
> which is freely available online, demonstrates a variety of Haskell
> profiling tools and an exceptional book that every Haskell programmer
> should read anyway imo.
>
> On Tue, Jan 12, 2016 at 7:39 PM <pmcil...@gmail.com> wrote:
>
>> Is there a way to count numbers of calls, allocations or constructions to
>> get an estimate of program performance in ghc?
>>
>> I am curious about the performance of the various implementations of
>> blowup in previous discussions. Timing and profile sampling is not
>> convenient.
>> _______________________________________________
>> Beginners mailing list
>> Beginners@haskell.org
>> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://mail.haskell.org/pipermail/beginners/attachments/20160113/c0e015bf/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners


------------------------------

End of Beginners Digest, Vol 91, Issue 20
*****************************************

Reply via email to