Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / src / nas,5.n2.os.2 / lib / python / html / python / ext / node58.html
CommitLineData
86530b38
AT
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2<html>
3<head>
4<link rel="STYLESHEET" href="ext.css" type='text/css' />
5<link rel="SHORTCUT ICON" href="../icons/pyfav.png" type="image/png" />
6<link rel='start' href='../index.html' title='Python Documentation Index' />
7<link rel="first" href="ext.html" title='Extending and Embedding the Python Interpreter' />
8<link rel='contents' href='contents.html' title="Contents" />
9<link rel='last' href='about.html' title='About this document...' />
10<link rel='help' href='about.html' title='About this document...' />
11<link rel="next" href="node59.html" />
12<link rel="prev" href="node57.html" />
13<link rel="parent" href="node51.html" />
14<link rel="next" href="node59.html" />
15<meta name='aesop' content='information' />
16<title>B.3.7 Profiling</title>
17</head>
18<body>
19<DIV CLASS="navigation">
20<div id='top-navigation-panel' xml:id='top-navigation-panel'>
21<table align="center" width="100%" cellpadding="0" cellspacing="2">
22<tr>
23<td class='online-navigation'><a rel="prev" title="B.3.6 Cookie management"
24 href="node57.html"><img src='../icons/previous.png'
25 border='0' height='32' alt='Previous Page' width='32' /></A></td>
26<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
27 href="node51.html"><img src='../icons/up.png'
28 border='0' height='32' alt='Up One Level' width='32' /></A></td>
29<td class='online-navigation'><a rel="next" title="B.3.8 Execution tracing"
30 href="node59.html"><img src='../icons/next.png'
31 border='0' height='32' alt='Next Page' width='32' /></A></td>
32<td align="center" width="100%">Extending and Embedding the Python Interpreter</td>
33<td class='online-navigation'><a rel="contents" title="Table of Contents"
34 href="contents.html"><img src='../icons/contents.png'
35 border='0' height='32' alt='Contents' width='32' /></A></td>
36<td class='online-navigation'><img src='../icons/blank.png'
37 border='0' height='32' alt='' width='32' /></td>
38<td class='online-navigation'><img src='../icons/blank.png'
39 border='0' height='32' alt='' width='32' /></td>
40</tr></table>
41<div class='online-navigation'>
42<b class="navlabel">Previous:</b>
43<a class="sectref" rel="prev" href="node57.html">B.3.6 Cookie management</A>
44<b class="navlabel">Up:</b>
45<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
46<b class="navlabel">Next:</b>
47<a class="sectref" rel="next" href="node59.html">B.3.8 Execution tracing</A>
48</div>
49<hr /></div>
50</DIV>
51<!--End of Navigation Panel-->
52
53<H2><A NAME="SECTION009370000000000000000">
54B.3.7 Profiling</A>
55</H2>
56
57<P>
58The <tt class="module">profile</tt> and <tt class="module">pstats</tt> modules contain
59the following notice:
60
61<P>
62<div class="verbatim"><pre>
63 Copyright 1994, by InfoSeek Corporation, all rights reserved.
64 Written by James Roskind
65
66 Permission to use, copy, modify, and distribute this Python software
67 and its associated documentation for any purpose (subject to the
68 restriction in the following sentence) without fee is hereby granted,
69 provided that the above copyright notice appears in all copies, and
70 that both that copyright notice and this permission notice appear in
71 supporting documentation, and that the name of InfoSeek not be used in
72 advertising or publicity pertaining to distribution of the software
73 without specific, written prior permission. This permission is
74 explicitly restricted to the copying and modification of the software
75 to remain in Python, compiled Python, or other languages (such as C)
76 wherein the modified or derived code is exclusively imported into a
77 Python module.
78
79 INFOSEEK CORPORATION DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
80 SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
81 FITNESS. IN NO EVENT SHALL INFOSEEK CORPORATION BE LIABLE FOR ANY
82 SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
83 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
84 CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
85 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
86</pre></div>
87
88<P>
89
90<DIV CLASS="navigation">
91<div class='online-navigation'>
92<p></p><hr />
93<table align="center" width="100%" cellpadding="0" cellspacing="2">
94<tr>
95<td class='online-navigation'><a rel="prev" title="B.3.6 Cookie management"
96 href="node57.html"><img src='../icons/previous.png'
97 border='0' height='32' alt='Previous Page' width='32' /></A></td>
98<td class='online-navigation'><a rel="parent" title="B.3 Licenses and Acknowledgements"
99 href="node51.html"><img src='../icons/up.png'
100 border='0' height='32' alt='Up One Level' width='32' /></A></td>
101<td class='online-navigation'><a rel="next" title="B.3.8 Execution tracing"
102 href="node59.html"><img src='../icons/next.png'
103 border='0' height='32' alt='Next Page' width='32' /></A></td>
104<td align="center" width="100%">Extending and Embedding the Python Interpreter</td>
105<td class='online-navigation'><a rel="contents" title="Table of Contents"
106 href="contents.html"><img src='../icons/contents.png'
107 border='0' height='32' alt='Contents' width='32' /></A></td>
108<td class='online-navigation'><img src='../icons/blank.png'
109 border='0' height='32' alt='' width='32' /></td>
110<td class='online-navigation'><img src='../icons/blank.png'
111 border='0' height='32' alt='' width='32' /></td>
112</tr></table>
113<div class='online-navigation'>
114<b class="navlabel">Previous:</b>
115<a class="sectref" rel="prev" href="node57.html">B.3.6 Cookie management</A>
116<b class="navlabel">Up:</b>
117<a class="sectref" rel="parent" href="node51.html">B.3 Licenses and Acknowledgements</A>
118<b class="navlabel">Next:</b>
119<a class="sectref" rel="next" href="node59.html">B.3.8 Execution tracing</A>
120</div>
121</div>
122<hr />
123<span class="release-info">Release 2.4.2, documentation updated on 28 September 2005.</span>
124</DIV>
125<!--End of Navigation Panel-->
126<ADDRESS>
127See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
128</ADDRESS>
129</BODY>
130</HTML>