Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Side by Side Diff: tools/telemetry/docs/telemetry.core.timeline.process.html

Issue 196383034: Update telemetry docs by running the update_docs script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 1
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
3 <html><head><title>Python: module telemetry.core.timeline.process</title> 3 <html><head><title>Python: module telemetry.core.timeline.process</title>
4 </head><body bgcolor="#f0f0f8"> 4 </head><body bgcolor="#f0f0f8">
5 5
6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> 6 <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
7 <tr bgcolor="#7799ee"> 7 <tr bgcolor="#7799ee">
8 <td valign=bottom>&nbsp;<br> 8 <td valign=bottom>&nbsp;<br>
9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeli ne.html"><font color="#ffffff">timeline</font></a>.process</strong></big></big>< /font></td 9 <font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong><a hre f="telemetry.html"><font color="#ffffff">telemetry</font></a>.<a href="telemetry .core.html"><font color="#ffffff">core</font></a>.<a href="telemetry.core.timeli ne.html"><font color="#ffffff">timeline</font></a>.process</strong></big></big>< /font></td
10 ><td align=right valign=bottom 10 ><td align=right valign=bottom
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td> 46 <tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
47 <td colspan=2><tt>The&nbsp;<a href="#Process">Process</a>&nbsp;represents&nbsp;a &nbsp;single&nbsp;userland&nbsp;process&nbsp;in&nbsp;the&nbsp;trace.<br>&nbsp;</ tt></td></tr> 47 <td colspan=2><tt>The&nbsp;<a href="#Process">Process</a>&nbsp;represents&nbsp;a &nbsp;single&nbsp;userland&nbsp;process&nbsp;in&nbsp;the&nbsp;trace.<br>&nbsp;</ tt></td></tr>
48 <tr><td>&nbsp;</td> 48 <tr><td>&nbsp;</td>
49 <td width="100%"><dl><dt>Method resolution order:</dt> 49 <td width="100%"><dl><dt>Method resolution order:</dt>
50 <dd><a href="telemetry.core.timeline.process.html#Process">Process</a></dd> 50 <dd><a href="telemetry.core.timeline.process.html#Process">Process</a></dd>
51 <dd><a href="telemetry.core.timeline.event_container.html#TimelineEventContainer ">telemetry.core.timeline.event_container.TimelineEventContainer</a></dd> 51 <dd><a href="telemetry.core.timeline.event_container.html#TimelineEventContainer ">telemetry.core.timeline.event_container.TimelineEventContainer</a></dd>
52 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 52 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
53 </dl> 53 </dl>
54 <hr> 54 <hr>
55 Methods defined here:<br> 55 Methods defined here:<br>
56 <dl><dt><a name="Process-AutoCloseOpenSlices"><strong>AutoCloseOpenSlices</stron g></a>(self, max_timestamp)</dt></dl> 56 <dl><dt><a name="Process-AutoCloseOpenSlices"><strong>AutoCloseOpenSlices</stron g></a>(self, max_timestamp, thread_time_bounds)</dt></dl>
57 57
58 <dl><dt><a name="Process-FinalizeImport"><strong>FinalizeImport</strong></a>(sel f)</dt></dl> 58 <dl><dt><a name="Process-FinalizeImport"><strong>FinalizeImport</strong></a>(sel f)</dt></dl>
59 59
60 <dl><dt><a name="Process-GetCounter"><strong>GetCounter</strong></a>(self, categ ory, name)</dt></dl> 60 <dl><dt><a name="Process-GetCounter"><strong>GetCounter</strong></a>(self, categ ory, name)</dt></dl>
61 61
62 <dl><dt><a name="Process-GetOrCreateCounter"><strong>GetOrCreateCounter</strong> </a>(self, category, name)</dt></dl> 62 <dl><dt><a name="Process-GetOrCreateCounter"><strong>GetOrCreateCounter</strong> </a>(self, category, name)</dt></dl>
63 63
64 <dl><dt><a name="Process-GetOrCreateThread"><strong>GetOrCreateThread</strong></ a>(self, tid)</dt></dl> 64 <dl><dt><a name="Process-GetOrCreateThread"><strong>GetOrCreateThread</strong></ a>(self, tid)</dt></dl>
65 65
66 <dl><dt><a name="Process-IterAllAsyncSlicesOfName"><strong>IterAllAsyncSlicesOfN ame</strong></a>(self, name)</dt></dl>
67
68 <dl><dt><a name="Process-IterAllSlicesOfName"><strong>IterAllSlicesOfName</stron g></a>(self, name)</dt></dl>
69
66 <dl><dt><a name="Process-IterChildContainers"><strong>IterChildContainers</stron g></a>(self)</dt></dl> 70 <dl><dt><a name="Process-IterChildContainers"><strong>IterChildContainers</stron g></a>(self)</dt></dl>
67 71
68 <dl><dt><a name="Process-IterEventsInThisContainer"><strong>IterEventsInThisCont ainer</strong></a>(self)</dt></dl> 72 <dl><dt><a name="Process-IterEventsInThisContainer"><strong>IterEventsInThisCont ainer</strong></a>(self)</dt></dl>
69 73
70 <dl><dt><a name="Process-__init__"><strong>__init__</strong></a>(self, parent, p id)</dt></dl> 74 <dl><dt><a name="Process-__init__"><strong>__init__</strong></a>(self, parent, p id)</dt></dl>
71 75
72 <hr> 76 <hr>
73 Data descriptors defined here:<br> 77 Data descriptors defined here:<br>
74 <dl><dt><strong>counters</strong></dt> 78 <dl><dt><strong>counters</strong></dt>
75 </dl> 79 </dl>
76 <dl><dt><strong>threads</strong></dt> 80 <dl><dt><strong>threads</strong></dt>
77 </dl> 81 </dl>
78 <hr> 82 <hr>
79 Data descriptors inherited from <a href="telemetry.core.timeline.event_container .html#TimelineEventContainer">telemetry.core.timeline.event_container.TimelineEv entContainer</a>:<br> 83 Data descriptors inherited from <a href="telemetry.core.timeline.event_container .html#TimelineEventContainer">telemetry.core.timeline.event_container.TimelineEv entContainer</a>:<br>
80 <dl><dt><strong>__dict__</strong></dt> 84 <dl><dt><strong>__dict__</strong></dt>
81 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd> 85 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
82 </dl> 86 </dl>
83 <dl><dt><strong>__weakref__</strong></dt> 87 <dl><dt><strong>__weakref__</strong></dt>
84 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd> 88 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
85 </dl> 89 </dl>
86 </td></tr></table></td></tr></table> 90 </td></tr></table></td></tr></table>
87 </body></html> 91 </body></html>
OLDNEW
« no previous file with comments | « tools/telemetry/docs/telemetry.core.timeline.model.html ('k') | tools/telemetry/docs/telemetry.core.timeline.sample.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698