logo
首页技术栈工具库讨论
visual-prof

visual-prof

visual-prof profiles your Haskell program and generates a html file containing its source code with parts of the code highlighted in different colors depending on the fraction of the running time that they take. visual-prof gives you an easy way to find places for optimization in your code. Usage: This will profile the C.hs file used by run.hs which contains the Main module of your project. Arguments to ./run are passed as shown (arg1, arg2,...). The parameters should be given in that order. The simplest way to run it is: which will generate a profile for the file test.hs (which needs to have a main function)
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub icondjv/VisualProf53
HACKAGE
carbal install visual-prof
查看
标签
根据用户添加的标签生成
暂无标签