有没有适用于Erlang的好的代码分析器/分析器?我需要能够为我的代码构建调用图(例如gprof)的东西。
什么是Erlang/OTP的分析工具和分析器?
原标题:
最佳回答
问题回答
fprof模块包括分析特性。从fprof模块文档中可知:
fprof:apply(foo, create_file_slow, [junk, 1024]).
fprof:profile().
fprof:analyse().
Try this one: https://github.com/virtan/eep You could get something like this https://raw.github.com/virtan/eep/master/doc/sshot1.png
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding