123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <html lang="en">
- <head>
- <title>Files - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="User-Manual.html#User-Manual" title="User Manual">
- <link rel="prev" href="Example-Script.html#Example-Script" title="Example Script">
- <link rel="next" href="Environment.html#Environment" title="Environment">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="Files"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Environment.html#Environment">Environment</a>,
- Previous: <a rel="previous" accesskey="p" href="Example-Script.html#Example-Script">Example Script</a>,
- Up: <a rel="up" accesskey="u" href="User-Manual.html#User-Manual">User Manual</a>
- <hr>
- </div>
- <h3 class="section">1.9 Files</h3>
- <dl>
- <dt><code>./profile.txt</code><dd><a name="index-g_t_0040file_007bprofile_002etxt_007d-130"></a>This file is written automatically by <code>avram</code> on behalf of
- applications that include profile annotations. It lists the number of
- invocations for each annotated part of the application, the total
- amount of time spent on it (in relative units), the average amount of
- time for each invocation, and the percentage of time relative to the
- remainder of the application. The exact format is undocumented and
- subject to change.
- </dl>
- </body></html>
|