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

Gabor Pali pgj at FreeBSD.org
Sat Feb 18 22:50:20 UTC 2012


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


More information about the cvs-all mailing list