パッケージ: erlang-tools (1:27.0.1+dfsg-3) [debports]
erlang-tools に関するリンク
Debian の資源:
ソースパッケージをダウンロード:
見つかりませんメンテナ:
外部の資源:
- ホームページ [www.erlang.org]
類似のパッケージ:
試験的な (experimental の) パッケージ
警告: このパッケージは experimental ディストリビューションのものです。つまり、おそらく不安定でバグがあり、それどころかデータの損失を起こすかもしれません。使用前には、変更履歴やその他の参照可能なドキュメントを必ず調べてください。
Erlang/OTP various tools
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.
その他の erlang-tools 関連パッケージ
|
|
|
|
-
- dep: erlang-base (= 1:27.0.1+dfsg-3)
- Erlang/OTP virtual machine and base applications
-
- dep: erlang-runtime-tools (= 1:27.0.1+dfsg-3)
- Erlang/OTP runtime tracing/debugging tools
-
- sug: erlang
- 並行、リアルタイム、分散関数型言語
-
- sug: erlang-doc
- Erlang/OTP HTML documentation