Re: [PATCH] Add eventlog event for thread labels

2011-11-03 Thread Simon Marlow
On 02/11/2011 18:51, Duncan Coutts wrote: Ian, Simon, The following patch is attached. Add eventlog event for thread labels The existing GHC.Conc.labelThread will now also emit the the thread label into the eventlog. Profiling tools like ThreadScope could

[PATCH] Add eventlog event for thread labels

2011-11-02 Thread Duncan Coutts
l (I expect this to be my last eventlog patch targeting the 7.4 branch). -- Duncan Coutts, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ >From b84c9fd7bc6402ca296f0970644383d05132dac1 Mon Sep 17 00:00:00 2001 From: Duncan Coutts Date: Wed, 2 Nov 2011 12:02:09 +0000 Subject: [PATCH] Add