Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Feb 2012 22:50:19 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/hs-threadscope Makefile distinfo pkg-descr ports/devel/hs-threadscope/files patch-GUI__Main.hs patch-GUI__Timeline__Render.hs ports/lang/ghc bsd.hackage.mk
Message-ID:  <201202182250.q1IMoJh3055499@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pgj         2012-02-18 22:50:19 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
    lang/ghc             bsd.hackage.mk 
  Added files:
    devel/hs-threadscope Makefile distinfo pkg-descr 
    devel/hs-threadscope/files patch-GUI__Main.hs 
                               patch-GUI__Timeline__Render.hs 
  Log:
  ThreadScope is a graphical viewer for thread profile information
  generated by the Glasgow Haskell Compiler (GHC).
  
  The ThreadScope program allows us to debug the parallel performance of
  Haskell programs.  Using Threadscope we can check to see that work is
  well balanced across the available processors and spot performance
  issues relating to garbage collection or poor load balancing.
  
  WWW:    http://hackage.haskell.org/package/threadscope
  
  Obtained from:  FreeBSD Haskell
  
  Revision  Changes    Path
  1.4863    +1 -0      ports/devel/Makefile
  1.1       +26 -0     ports/devel/hs-threadscope/Makefile (new)
  1.1       +2 -0      ports/devel/hs-threadscope/distinfo (new)
  1.1       +10 -0     ports/devel/hs-threadscope/files/patch-GUI__Main.hs (new)
  1.1       +11 -0     ports/devel/hs-threadscope/files/patch-GUI__Timeline__Render.hs (new)
  1.1       +9 -0      ports/devel/hs-threadscope/pkg-descr (new)
  1.167     +2 -1      ports/lang/ghc/bsd.hackage.mk



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202182250.q1IMoJh3055499>