Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 675c8c8167236dfcf8d66da674f931e8 > files > 1539

erlang-doc-R15B-03.3.fc17.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 -- tv</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/tv-2.1.4.9.pdf">PDF</a><br><a href="../../../../doc/index.html">Top</a></small><p><strong>Table Visualizer (TV)</strong><br><strong>Reference Manual</strong><br><small>Version 2.1.4.9</small></p>
<br><a href="javascript:openAllFlips()">Expand All</a><br><a href="javascript:closeAllFlips()">Contract All</a><p><small><strong>Table of Contents</strong></small></p>
<ul class="flipMenu"><li id="loadscrollpos" title="tv " expanded="true">tv<ul>
<li><a href="tv.html">
                  Top of manual page
                </a></li>
<li title="start-0"><a href="tv.html#start-0">start/0</a></li>
</ul>
</li></ul>
</div></div>
<div id="content">
<div class="innertube">
<!-- refpage --><center><h1>tv</h1></center>
  
  <h3>MODULE</h3>
<div class="REFBODY">tv</div>
  <h3>MODULE SUMMARY</h3>
<div class="REFBODY">TV graphically examines ETS and Mnesia tables. </div>
  <h3>DESCRIPTION</h3>
<div class="REFBODY"><p>
    <div class="warning">
<div class="label">Warning</div>
<div class="content"><p>
      <p>
	The TV application has been superseded by the Observer application.
	TV will be removed in R16.
      </p>
    </p></div>
</div>
    <p>TV enables the user to examine ETS and Mnesia tables. Once 
      a certain table has been opened in the tool, the content may be viewed at 
      various levels of detail. The content viewed may also be sorted, using any 
      element as key. The table may be polled anytime; either regularly at 
      specified intervals, or manually. New and deleted objects, as well as those 
      altered, are marked with characteristic colors. </p>
  </p></div>
  <h3>EXPORTS</h3>
    <p><a name="start-0"><span class="bold_code">start() -&gt; Pid</span></a><br></p>
<div class="REFBODY">
<p>Types:</p>
        <div class="REFTYPES">
<span class="bold_code">Pid = pid() </span><br>
</div>
      </div>
<div class="REFBODY"><p>
        <p><span class="code">start/0</span> starts the TV. </p>
      </p></div>
  

  <h3><a name="id62557">See Also</a></h3>
<div class="REFBODY">
    
    <p>For a complete description of the TV, please 
      see the TV User's Guide. </p>
  </div>
</div>
<div class="footer">
<hr>
<p>Copyright © 1997-2012 Ericsson AB. All Rights Reserved.</p>
</div>
</div>
</div></body>
</html>