1 | |
---|
2 | |
---|
3 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
---|
4 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
---|
5 | |
---|
6 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
7 | <head> |
---|
8 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
---|
9 | |
---|
10 | <title>custom_pstats — guiframe v0.1.0 documentation</title> |
---|
11 | <link rel="stylesheet" href="../_static/default.css" type="text/css" /> |
---|
12 | <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> |
---|
13 | <script type="text/javascript"> |
---|
14 | var DOCUMENTATION_OPTIONS = { |
---|
15 | URL_ROOT: '../', |
---|
16 | VERSION: '0.1.0', |
---|
17 | COLLAPSE_INDEX: false, |
---|
18 | FILE_SUFFIX: '.html', |
---|
19 | HAS_SOURCE: true |
---|
20 | }; |
---|
21 | </script> |
---|
22 | <script type="text/javascript" src="../_static/jquery.js"></script> |
---|
23 | <script type="text/javascript" src="../_static/underscore.js"></script> |
---|
24 | <script type="text/javascript" src="../_static/doctools.js"></script> |
---|
25 | <link rel="top" title="guiframe v0.1.0 documentation" href="../index.html" /> |
---|
26 | <link rel="up" title="Reference" href="index.html" /> |
---|
27 | <link rel="next" title="dataFitting" href="dataFitting.html" /> |
---|
28 | <link rel="prev" title="config" href="config.html" /> |
---|
29 | </head> |
---|
30 | <body> |
---|
31 | <div class="related"> |
---|
32 | <h3>Navigation</h3> |
---|
33 | <ul> |
---|
34 | <li class="right" style="margin-right: 10px"> |
---|
35 | <a href="../genindex.html" title="General Index" |
---|
36 | accesskey="I">index</a></li> |
---|
37 | <li class="right" > |
---|
38 | <a href="../py-modindex.html" title="Python Module Index" |
---|
39 | >modules</a> |</li> |
---|
40 | <li class="right" > |
---|
41 | <a href="dataFitting.html" title="dataFitting" |
---|
42 | accesskey="N">next</a> |</li> |
---|
43 | <li class="right" > |
---|
44 | <a href="config.html" title="config" |
---|
45 | accesskey="P">previous</a> |</li> |
---|
46 | <li><a href="../index.html">guiframe v0.1.0 documentation</a> »</li> |
---|
47 | <li><a href="index.html" accesskey="U">Reference</a> »</li> |
---|
48 | </ul> |
---|
49 | </div> |
---|
50 | |
---|
51 | <div class="document"> |
---|
52 | <div class="documentwrapper"> |
---|
53 | <div class="bodywrapper"> |
---|
54 | <div class="body"> |
---|
55 | |
---|
56 | <div class="section" id="custom-pstats"> |
---|
57 | <h1>custom_pstats<a class="headerlink" href="#custom-pstats" title="Permalink to this headline">¶</a></h1> |
---|
58 | <div class="section" id="module-sans.guiframe.custom_pstats"> |
---|
59 | <span id="sans-guiframe-custom-pstats"></span><h2><a class="reference internal" href="#module-sans.guiframe.custom_pstats" title="sans.guiframe.custom_pstats"><tt class="xref py py-mod docutils literal"><span class="pre">sans.guiframe.custom_pstats</span></tt></a><a class="headerlink" href="#module-sans.guiframe.custom_pstats" title="Permalink to this headline">¶</a></h2> |
---|
60 | <dl class="class"> |
---|
61 | <dt id="sans.guiframe.custom_pstats.CustomPstats"> |
---|
62 | <em class="property">class </em><tt class="descclassname">sans.guiframe.custom_pstats.</tt><tt class="descname">CustomPstats</tt><big>(</big><em>*args</em>, <em>**kwds</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats" title="Permalink to this definition">¶</a></dt> |
---|
63 | <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">pstats.Stats</span></tt></p> |
---|
64 | <dl class="method"> |
---|
65 | <dt id="sans.guiframe.custom_pstats.CustomPstats.add"> |
---|
66 | <tt class="descname">add</tt><big>(</big><em>*arg_list</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.add" title="Permalink to this definition">¶</a></dt> |
---|
67 | <dd></dd></dl> |
---|
68 | |
---|
69 | <dl class="method"> |
---|
70 | <dt id="sans.guiframe.custom_pstats.CustomPstats.calc_callees"> |
---|
71 | <tt class="descname">calc_callees</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.calc_callees" title="Permalink to this definition">¶</a></dt> |
---|
72 | <dd></dd></dl> |
---|
73 | |
---|
74 | <dl class="method"> |
---|
75 | <dt id="sans.guiframe.custom_pstats.CustomPstats.dump_stats"> |
---|
76 | <tt class="descname">dump_stats</tt><big>(</big><em>filename</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.dump_stats" title="Permalink to this definition">¶</a></dt> |
---|
77 | <dd><p>Write the profile data to a file we know how to load back.</p> |
---|
78 | </dd></dl> |
---|
79 | |
---|
80 | <dl class="method"> |
---|
81 | <dt id="sans.guiframe.custom_pstats.CustomPstats.eval_print_amount"> |
---|
82 | <tt class="descname">eval_print_amount</tt><big>(</big><em>sel</em>, <em>list</em>, <em>msg</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.eval_print_amount" title="Permalink to this definition">¶</a></dt> |
---|
83 | <dd></dd></dl> |
---|
84 | |
---|
85 | <dl class="method"> |
---|
86 | <dt id="sans.guiframe.custom_pstats.CustomPstats.get_print_list"> |
---|
87 | <tt class="descname">get_print_list</tt><big>(</big><em>sel_list</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.get_print_list" title="Permalink to this definition">¶</a></dt> |
---|
88 | <dd></dd></dl> |
---|
89 | |
---|
90 | <dl class="method"> |
---|
91 | <dt id="sans.guiframe.custom_pstats.CustomPstats.get_sort_arg_defs"> |
---|
92 | <tt class="descname">get_sort_arg_defs</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.get_sort_arg_defs" title="Permalink to this definition">¶</a></dt> |
---|
93 | <dd><p>Expand all abbreviations that are unique.</p> |
---|
94 | </dd></dl> |
---|
95 | |
---|
96 | <dl class="method"> |
---|
97 | <dt id="sans.guiframe.custom_pstats.CustomPstats.get_top_level_stats"> |
---|
98 | <tt class="descname">get_top_level_stats</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.get_top_level_stats" title="Permalink to this definition">¶</a></dt> |
---|
99 | <dd></dd></dl> |
---|
100 | |
---|
101 | <dl class="method"> |
---|
102 | <dt id="sans.guiframe.custom_pstats.CustomPstats.init"> |
---|
103 | <tt class="descname">init</tt><big>(</big><em>arg</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.init" title="Permalink to this definition">¶</a></dt> |
---|
104 | <dd></dd></dl> |
---|
105 | |
---|
106 | <dl class="method"> |
---|
107 | <dt id="sans.guiframe.custom_pstats.CustomPstats.load_stats"> |
---|
108 | <tt class="descname">load_stats</tt><big>(</big><em>arg</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.load_stats" title="Permalink to this definition">¶</a></dt> |
---|
109 | <dd></dd></dl> |
---|
110 | |
---|
111 | <dl class="method"> |
---|
112 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_call_heading"> |
---|
113 | <tt class="descname">print_call_heading</tt><big>(</big><em>name_size</em>, <em>column_title</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_call_heading" title="Permalink to this definition">¶</a></dt> |
---|
114 | <dd></dd></dl> |
---|
115 | |
---|
116 | <dl class="method"> |
---|
117 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_call_line"> |
---|
118 | <tt class="descname">print_call_line</tt><big>(</big><em>name_size</em>, <em>source</em>, <em>call_dict</em>, <em>arrow='->'</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_call_line" title="Permalink to this definition">¶</a></dt> |
---|
119 | <dd></dd></dl> |
---|
120 | |
---|
121 | <dl class="method"> |
---|
122 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_callees"> |
---|
123 | <tt class="descname">print_callees</tt><big>(</big><em>*amount</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_callees" title="Permalink to this definition">¶</a></dt> |
---|
124 | <dd></dd></dl> |
---|
125 | |
---|
126 | <dl class="method"> |
---|
127 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_callers"> |
---|
128 | <tt class="descname">print_callers</tt><big>(</big><em>*amount</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_callers" title="Permalink to this definition">¶</a></dt> |
---|
129 | <dd></dd></dl> |
---|
130 | |
---|
131 | <dl class="method"> |
---|
132 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_line"> |
---|
133 | <tt class="descname">print_line</tt><big>(</big><em>func</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_line" title="Permalink to this definition">¶</a></dt> |
---|
134 | <dd></dd></dl> |
---|
135 | |
---|
136 | <dl class="method"> |
---|
137 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_stats"> |
---|
138 | <tt class="descname">print_stats</tt><big>(</big><em>*amount</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_stats" title="Permalink to this definition">¶</a></dt> |
---|
139 | <dd></dd></dl> |
---|
140 | |
---|
141 | <dl class="method"> |
---|
142 | <dt id="sans.guiframe.custom_pstats.CustomPstats.print_title"> |
---|
143 | <tt class="descname">print_title</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.print_title" title="Permalink to this definition">¶</a></dt> |
---|
144 | <dd></dd></dl> |
---|
145 | |
---|
146 | <dl class="method"> |
---|
147 | <dt id="sans.guiframe.custom_pstats.CustomPstats.reverse_order"> |
---|
148 | <tt class="descname">reverse_order</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.reverse_order" title="Permalink to this definition">¶</a></dt> |
---|
149 | <dd></dd></dl> |
---|
150 | |
---|
151 | <dl class="method"> |
---|
152 | <dt id="sans.guiframe.custom_pstats.CustomPstats.sort_stats"> |
---|
153 | <tt class="descname">sort_stats</tt><big>(</big><em>*field</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.sort_stats" title="Permalink to this definition">¶</a></dt> |
---|
154 | <dd></dd></dl> |
---|
155 | |
---|
156 | <dl class="method"> |
---|
157 | <dt id="sans.guiframe.custom_pstats.CustomPstats.strip_dirs"> |
---|
158 | <tt class="descname">strip_dirs</tt><big>(</big><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.strip_dirs" title="Permalink to this definition">¶</a></dt> |
---|
159 | <dd></dd></dl> |
---|
160 | |
---|
161 | <dl class="method"> |
---|
162 | <dt id="sans.guiframe.custom_pstats.CustomPstats.write_stats"> |
---|
163 | <tt class="descname">write_stats</tt><big>(</big><em>*amount</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.CustomPstats.write_stats" title="Permalink to this definition">¶</a></dt> |
---|
164 | <dd></dd></dl> |
---|
165 | |
---|
166 | </dd></dl> |
---|
167 | |
---|
168 | <dl class="function"> |
---|
169 | <dt id="sans.guiframe.custom_pstats.f8"> |
---|
170 | <tt class="descclassname">sans.guiframe.custom_pstats.</tt><tt class="descname">f8</tt><big>(</big><em>x</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.f8" title="Permalink to this definition">¶</a></dt> |
---|
171 | <dd></dd></dl> |
---|
172 | |
---|
173 | <dl class="function"> |
---|
174 | <dt id="sans.guiframe.custom_pstats.func_std_string"> |
---|
175 | <tt class="descclassname">sans.guiframe.custom_pstats.</tt><tt class="descname">func_std_string</tt><big>(</big><em>func_name</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.func_std_string" title="Permalink to this definition">¶</a></dt> |
---|
176 | <dd></dd></dl> |
---|
177 | |
---|
178 | <dl class="function"> |
---|
179 | <dt id="sans.guiframe.custom_pstats.profile"> |
---|
180 | <tt class="descclassname">sans.guiframe.custom_pstats.</tt><tt class="descname">profile</tt><big>(</big><em>fn</em>, <em>name='profile.txt'</em>, <em>*args</em>, <em>**kw</em><big>)</big><a class="headerlink" href="#sans.guiframe.custom_pstats.profile" title="Permalink to this definition">¶</a></dt> |
---|
181 | <dd></dd></dl> |
---|
182 | |
---|
183 | </div> |
---|
184 | </div> |
---|
185 | |
---|
186 | |
---|
187 | </div> |
---|
188 | </div> |
---|
189 | </div> |
---|
190 | <div class="sphinxsidebar"> |
---|
191 | <div class="sphinxsidebarwrapper"> |
---|
192 | <h3><a href="../index.html">Table Of Contents</a></h3> |
---|
193 | <ul> |
---|
194 | <li><a class="reference internal" href="#">custom_pstats</a><ul> |
---|
195 | <li><a class="reference internal" href="#module-sans.guiframe.custom_pstats"><tt class="docutils literal"><span class="pre">sans.guiframe.custom_pstats</span></tt></a></li> |
---|
196 | </ul> |
---|
197 | </li> |
---|
198 | </ul> |
---|
199 | |
---|
200 | <h4>Previous topic</h4> |
---|
201 | <p class="topless"><a href="config.html" |
---|
202 | title="previous chapter">config</a></p> |
---|
203 | <h4>Next topic</h4> |
---|
204 | <p class="topless"><a href="dataFitting.html" |
---|
205 | title="next chapter">dataFitting</a></p> |
---|
206 | <h3>This Page</h3> |
---|
207 | <ul class="this-page-menu"> |
---|
208 | <li><a href="../_sources/api/custom_pstats.txt" |
---|
209 | rel="nofollow">Show Source</a></li> |
---|
210 | </ul> |
---|
211 | <div id="searchbox" style="display: none"> |
---|
212 | <h3>Quick search</h3> |
---|
213 | <form class="search" action="../search.html" method="get"> |
---|
214 | <input type="text" name="q" size="18" /> |
---|
215 | <input type="submit" value="Go" /> |
---|
216 | <input type="hidden" name="check_keywords" value="yes" /> |
---|
217 | <input type="hidden" name="area" value="default" /> |
---|
218 | </form> |
---|
219 | <p class="searchtip" style="font-size: 90%"> |
---|
220 | Enter search terms or a module, class or function name. |
---|
221 | </p> |
---|
222 | </div> |
---|
223 | <script type="text/javascript">$('#searchbox').show(0);</script> |
---|
224 | </div> |
---|
225 | </div> |
---|
226 | <div class="clearer"></div> |
---|
227 | </div> |
---|
228 | <div class="related"> |
---|
229 | <h3>Navigation</h3> |
---|
230 | <ul> |
---|
231 | <li class="right" style="margin-right: 10px"> |
---|
232 | <a href="../genindex.html" title="General Index" |
---|
233 | >index</a></li> |
---|
234 | <li class="right" > |
---|
235 | <a href="../py-modindex.html" title="Python Module Index" |
---|
236 | >modules</a> |</li> |
---|
237 | <li class="right" > |
---|
238 | <a href="dataFitting.html" title="dataFitting" |
---|
239 | >next</a> |</li> |
---|
240 | <li class="right" > |
---|
241 | <a href="config.html" title="config" |
---|
242 | >previous</a> |</li> |
---|
243 | <li><a href="../index.html">guiframe v0.1.0 documentation</a> »</li> |
---|
244 | <li><a href="index.html" >Reference</a> »</li> |
---|
245 | </ul> |
---|
246 | </div> |
---|
247 | <div class="footer"> |
---|
248 | © Copyright 2010, sans group. |
---|
249 | Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7. |
---|
250 | </div> |
---|
251 | </body> |
---|
252 | </html> |
---|