From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/tools/doc/src/part.xml | 74 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 lib/tools/doc/src/part.xml (limited to 'lib/tools/doc/src/part.xml') diff --git a/lib/tools/doc/src/part.xml b/lib/tools/doc/src/part.xml new file mode 100644 index 0000000000..3e02086b80 --- /dev/null +++ b/lib/tools/doc/src/part.xml @@ -0,0 +1,74 @@ + + + + +
+ + 19962009 + Ericsson AB. All Rights Reserved. + + + The contents of this file are subject to the Erlang Public License, + Version 1.1, (the "License"); you may not use this file except in + compliance with the License. You should have received a copy of the + Erlang Public License along with this software. If not, it can be + retrieved online at http://www.erlang.org/. + + Software distributed under the License is distributed on an "AS IS" + basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See + the License for the specific language governing rights and limitations + under the License. + + + + Tools User's Guide + + + + +
+ +

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. + emacs - (erlang.el and erlang-start.el) + This package provides support + for the programming language Erlang in Emacs. The package provides an + editing mode with lots of bells and whistles, compilation + support, and it makes it possible for the user to start Erlang + shells that run inside Emacs. + eprof + A time profiling tool; measure how time is used in Erlang + programs. 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. + 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. + +
+ + + + + +
+ -- cgit v1.2.3