19962016 Ericsson AB. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. Tools Reference Manual

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. erlang.el- Erlang mode for Emacs Editing support such as indentation, syntax highlighting, electric commands, module name verification, comment support including paragraph filling, skeletons, tags support and more for erlang source code. eprof A time profiling tool; measure how time is used in Erlang programs. Predecessor of fprof (see below). fprof Another Erlang profiler; measure how time is used in your 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. lcnt A lock profiling tool for the 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.