Send Beginners mailing list submissions to
[email protected]
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
[email protected]
You can reach the person managing the list at
[email protected]
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 ([email protected])
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: <[email protected]>
To: "[email protected]" <[email protected]>
Subject: [Haskell-beginners] Profiling tiny executions in ghc
Message-ID: <[email protected]>
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 <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
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 <[email protected]> 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
> [email protected]
> 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 <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
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 <[email protected]>
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 <[email protected]> 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
>> [email protected]
>> 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
[email protected]
http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 91, Issue 20
*****************************************