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