Paketname | erlang-tools |
Beschreibung | Erlang/OTP various tools |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1:14.a-dfsg-3squeeze1 |
Sektion | interpreters |
Priorität | optional |
Installierte Größe | 1148 Byte |
Hängt ab von | erlang-base (= 1:14.a-dfsg-3squeeze1) | erlang-base-hipe (= 1:14.a-dfsg-3squeeze1), erlang-inets (= |
Empfohlene Pakete | |
Paketbetreuer | Debian Erlang Packagers |
Quelle | erlang |
Paketgröße | 566484 Byte |
Prüfsumme MD5 | 0b5e0b2bc7dd92262e39071f5bec69b3 |
Prüfsumme SHA1 | a93dcde977709a141a62cd2b0c8be3a86c569b11 |
Prüfsumme SHA256 | 7d46f73b85b2ff7b391620469b744e5f4ec55882c78e79f09ebad87f1332a26e |
Link zum Herunterladen | erlang-tools_14.a-dfsg-3squeeze1_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 analyzing 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.
|