Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > f806c0f24240b25bde21a53f71766070 > files > 1569

erlang-doc-R13B-04.6.fc13.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns:fn="http://www.w3.org/2005/02/xpath-functions">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../../../../doc/otp_doc.css" type="text/css">
<title>Erlang -- Tools User's Guide</title>
</head>
<body bgcolor="white" text="#000000" link="#0000ff" vlink="#ff00ff" alink="#ff0000"><div id="container">
<script id="js" type="text/javascript" language="JavaScript" src="../../../../doc/js/flipmenu/flipmenu.js"></script><script id="js2" type="text/javascript" src="../../../../doc/js/erlresolvelinks.js"></script><script language="JavaScript" type="text/javascript">
            <!--            
              function getWinHeight() {
                var myHeight = 0;
                if( typeof( window.innerHeight ) == 'number' ) {
                  //Non-IE
                  myHeight = window.innerHeight;
                } else if( document.documentElement && ( document.documentElement.clientWidth || 
                                                         document.documentElement.clientHeight ) ) {
                  //IE 6+ in 'standards compliant mode'
                  myHeight = document.documentElement.clientHeight;
                } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
                  //IE 4 compatible
                  myHeight = document.body.clientHeight;
                }
                return myHeight;            
              }

              function setscrollpos() {
                var objf=document.getElementById('loadscrollpos');
                 document.getElementById("leftnav").scrollTop = objf.offsetTop - getWinHeight()/2;
              }

              function addEvent(obj, evType, fn){ 
                if (obj.addEventListener){ 
                obj.addEventListener(evType, fn, true); 
                return true; 
              } else if (obj.attachEvent){ 
                var r = obj.attachEvent("on"+evType, fn); 
                return r; 
              } else { 
                return false; 
              } 
             }

             addEvent(window, 'load', setscrollpos);

             //--></script><div id="leftnav"><div class="innertube">
<img alt="Erlang logo" src="../../../../doc/erlang-logo.png"><br><small><a href="users_guide.html">User's Guide</a><br><a href="index.html">Reference Manual</a><br><a href="release_notes.html">Release Notes</a><br><a href="../pdf/tools-2.6.5.1.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Tools</strong><br><strong>User's Guide</strong><br><small>Version 2.6.5.1</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Chapters</strong></small></p>
<ul class="flipMenu" imagepath="../../../../doc/js/flipmenu">
<li id="no" title="cover" expanded="false">cover<ul>
<li><a href="cover_chapter.html">
              Top of chapter
            </a></li>
<li title="Introduction"><a href="cover_chapter.html#id2255169">Introduction</a></li>
<li title="Getting Started With Cover"><a href="cover_chapter.html#id2259398">Getting Started With Cover</a></li>
<li title="Miscellaneous"><a href="cover_chapter.html#id2260873">Miscellaneous</a></li>
<li title="Using the Web Based User Interface to Cover"><a href="cover_chapter.html#id2260374">Using the Web Based User Interface to Cover</a></li>
</ul>
</li>
<li id="no" title="cprof - The Call Count Profiler" expanded="false">cprof - The Call Count Profiler<ul>
<li><a href="cprof_chapter.html">
              Top of chapter
            </a></li>
<li title="Example: Background work"><a href="cprof_chapter.html#id2253694">Example: Background work</a></li>
<li title="Example: One module"><a href="cprof_chapter.html#id2262298">Example: One module</a></li>
<li title="Example: In the code"><a href="cprof_chapter.html#id2262353">Example: In the code</a></li>
</ul>
</li>
<li id="no" title="The Erlang mode for Emacs" expanded="false">The Erlang mode for Emacs<ul>
<li><a href="erlang_mode_chapter.html">
              Top of chapter
            </a></li>
<li title="Purpose"><a href="erlang_mode_chapter.html#id2261070">Purpose</a></li>
<li title="Pre-requisites"><a href="erlang_mode_chapter.html#id2261093">Pre-requisites</a></li>
<li title="Elisp"><a href="erlang_mode_chapter.html#id2261105">Elisp</a></li>
<li title="Setup on UNIX"><a href="erlang_mode_chapter.html#id2261119">Setup on UNIX</a></li>
<li title="Setup on Windows "><a href="erlang_mode_chapter.html#id2260637">Setup on Windows </a></li>
<li title="Indentation"><a href="erlang_mode_chapter.html#id2260714">Indentation</a></li>
<li title="Editing"><a href="erlang_mode_chapter.html#id2260770">Editing</a></li>
<li title="Syntax highlighting"><a href="erlang_mode_chapter.html#id2261892">Syntax highlighting</a></li>
<li title="Tags"><a href="erlang_mode_chapter.html#id2261921">Tags</a></li>
<li title="Etags"><a href="erlang_mode_chapter.html#id2261962">Etags</a></li>
<li title="Shell"><a href="erlang_mode_chapter.html#id2262074">Shell</a></li>
<li title="Compilation"><a href="erlang_mode_chapter.html#id2262136">Compilation</a></li>
</ul>
</li>
<li id="no" title="fprof - The File Trace Profiler" expanded="false">fprof - The File Trace Profiler<ul>
<li><a href="fprof_chapter.html">
              Top of chapter
            </a></li>
<li title="Profiling from the source code"><a href="fprof_chapter.html#id2251944">Profiling from the source code</a></li>
<li title="Profiling a function"><a href="fprof_chapter.html#id2252033">Profiling a function</a></li>
<li title="Immediate profiling"><a href="fprof_chapter.html#id2252067">Immediate profiling</a></li>
</ul>
</li>
<li id="no" title="lcnt - The Lock Profiler" expanded="false">lcnt - The Lock Profiler<ul>
<li><a href="lcnt_chapter.html">
              Top of chapter
            </a></li>
<li title=" Enabling lock-counting "><a href="lcnt_chapter.html#id2252207"> Enabling lock-counting </a></li>
<li title="Getting started"><a href="lcnt_chapter.html#id2252263">Getting started</a></li>
<li title=" Example of usage "><a href="lcnt_chapter.html#id2252338"> Example of usage </a></li>
<li title=" Example with Mnesia Transaction Benchmark "><a href="lcnt_chapter.html#id2252464"> Example with Mnesia Transaction Benchmark </a></li>
<li title=" Deciphering the output "><a href="lcnt_chapter.html#id2252670"> Deciphering the output </a></li>
<li title="See Also"><a href="lcnt_chapter.html#id2252690">See Also</a></li>
</ul>
</li>
<li id="no" title="Xref - The Cross Reference Tool" expanded="false">Xref - The Cross Reference Tool<ul>
<li><a href="xref_chapter.html">
              Top of chapter
            </a></li>
<li title="Module Check"><a href="xref_chapter.html#id2252811">Module Check</a></li>
<li title="Predefined Analysis"><a href="xref_chapter.html#id2262473">Predefined Analysis</a></li>
<li title="Expressions"><a href="xref_chapter.html#id2262813">Expressions</a></li>
<li title="Graph Analysis"><a href="xref_chapter.html#id2263168">Graph Analysis</a></li>
</ul>
</li>
</ul>
</div></div>
<div id="content">
<div class="innertube">
<div class="frontpage"></div>
<center><h1>Tools User's Guide</h1></center>
<center><h4>Version 2.6.5.1</h4></center>
<center><h4>February 22 2010</h4></center>
</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2010 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>