Paketname | erlang-tools |
Beschreibung | Erlang/OTP various tools |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1:13.b.3-dfsg-2ubuntu2 |
Sektion | universe/interpreters |
Priorität | optional |
Installierte Größe | 640 Byte |
Hängt ab von | erlang-base (= 1:13.b.3-dfsg-2ubuntu2) | erlang-base-hipe (= 1:13.b.3-dfsg-2ubuntu2), erlang-inets ( |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | erlang |
Paketgröße | 262756 Byte |
Prüfsumme MD5 | e4195bb6ff5303e589c99fffe3294ce5 |
Prüfsumme SHA1 | b480092339fcedf277040b4fbaa66cf8ce474b89 |
Prüfsumme SHA256 | e63f26287928283f19203c10d5f1a92a4345e069d5d733302a1148bd32793228 |
Link zum Herunterladen | erlang-tools_13.b.3-dfsg-2ubuntu2_i386.deb |
Ausführliche Beschreibung | The Tools application contains a number of stand-alone tools, which are
useful when developing Erlang programs.
.
cover - A coverage analysis tool for Erlang.
cprof - A profiling tool that shows how many times each function
is called. Uses a kind of local call trace breakpoints containing
counters to achieve very low runtime performance degradation.
eprof - A time profiling tool; measures how time is used in Erlang
programs. Predecessor of fprof (see below).
fprof - Another Erlang profiler; measures how time is used in Erlang
programs. Uses trace to file to minimize runtime performance
impact, and displays time for calling and called functions.
instrument - Utility functions for obtaining and analysing resource
usage in an instrumented Erlang runtime system.
make - A make utility for Erlang similar to UNIX make.
tags - A tool for generating Emacs TAGS files from Erlang source
files.
xref - A cross reference tool. Can be used to check dependencies
between functions, modules, applications and releases.
|