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

Side by Side Diff: tools/telemetry/docs/telemetry.core.platform.cros_platform_backend.html

Issue 17591003: Returns empty dict for GetIOStats on CrOS platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try again Created 7 years, 5 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/cros_platform_backend.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.platform.cros_platform_backend< /title> 3 <html><head><title>Python: module telemetry.core.platform.cros_platform_backend< /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.platfo rm.html"><font color="#ffffff">platform</font></a>.cros_platform_backend</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.platfo rm.html"><font color="#ffffff">platform</font></a>.cros_platform_backend</strong ></big></big></font></td
10 ><td align=right valign=bottom 10 ><td align=right valign=bottom
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td> 44 <tr><td bgcolor="#ffc8d8"><tt>&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
45 <td width="100%"><dl><dt>Method resolution order:</dt> 45 <td width="100%"><dl><dt>Method resolution order:</dt>
46 <dd><a href="telemetry.core.platform.cros_platform_backend.html#CrosPlatformBack end">CrosPlatformBackend</a></dd> 46 <dd><a href="telemetry.core.platform.cros_platform_backend.html#CrosPlatformBack end">CrosPlatformBackend</a></dd>
47 <dd><a href="telemetry.core.platform.linux_platform_backend.html#LinuxPlatformBa ckend">telemetry.core.platform.linux_platform_backend.LinuxPlatformBackend</a></ dd> 47 <dd><a href="telemetry.core.platform.linux_platform_backend.html#LinuxPlatformBa ckend">telemetry.core.platform.linux_platform_backend.LinuxPlatformBackend</a></ dd>
48 <dd><a href="telemetry.core.platform.posix_platform_backend.html#PosixPlatformBa ckend">telemetry.core.platform.posix_platform_backend.PosixPlatformBackend</a></ dd> 48 <dd><a href="telemetry.core.platform.posix_platform_backend.html#PosixPlatformBa ckend">telemetry.core.platform.posix_platform_backend.PosixPlatformBackend</a></ dd>
49 <dd><a href="telemetry.core.platform.platform_backend.html#PlatformBackend">tele metry.core.platform.platform_backend.PlatformBackend</a></dd> 49 <dd><a href="telemetry.core.platform.platform_backend.html#PlatformBackend">tele metry.core.platform.platform_backend.PlatformBackend</a></dd>
50 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> 50 <dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
51 </dl> 51 </dl>
52 <hr> 52 <hr>
53 Methods defined here:<br> 53 Methods defined here:<br>
54 <dl><dt><a name="CrosPlatformBackend-GetIOStats"><strong>GetIOStats</strong></a> (self, pid)</dt></dl>
55
54 <dl><dt><a name="CrosPlatformBackend-GetOSName"><strong>GetOSName</strong></a>(s elf)</dt></dl> 56 <dl><dt><a name="CrosPlatformBackend-GetOSName"><strong>GetOSName</strong></a>(s elf)</dt></dl>
55 57
56 <dl><dt><a name="CrosPlatformBackend-GetRawDisplayFrameRateMeasurements"><strong >GetRawDisplayFrameRateMeasurements</strong></a>(self)</dt></dl> 58 <dl><dt><a name="CrosPlatformBackend-GetRawDisplayFrameRateMeasurements"><strong >GetRawDisplayFrameRateMeasurements</strong></a>(self)</dt></dl>
57 59
58 <dl><dt><a name="CrosPlatformBackend-HasBeenThermallyThrottled"><strong>HasBeenT hermallyThrottled</strong></a>(self)</dt></dl> 60 <dl><dt><a name="CrosPlatformBackend-HasBeenThermallyThrottled"><strong>HasBeenT hermallyThrottled</strong></a>(self)</dt></dl>
59 61
60 <dl><dt><a name="CrosPlatformBackend-IsThermallyThrottled"><strong>IsThermallyTh rottled</strong></a>(self)</dt></dl> 62 <dl><dt><a name="CrosPlatformBackend-IsThermallyThrottled"><strong>IsThermallyTh rottled</strong></a>(self)</dt></dl>
61 63
62 <dl><dt><a name="CrosPlatformBackend-StartRawDisplayFrameRateMeasurement"><stron g>StartRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl> 64 <dl><dt><a name="CrosPlatformBackend-StartRawDisplayFrameRateMeasurement"><stron g>StartRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl>
63 65
64 <dl><dt><a name="CrosPlatformBackend-StopRawDisplayFrameRateMeasurement"><strong >StopRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl> 66 <dl><dt><a name="CrosPlatformBackend-StopRawDisplayFrameRateMeasurement"><strong >StopRawDisplayFrameRateMeasurement</strong></a>(self)</dt></dl>
65 67
66 <dl><dt><a name="CrosPlatformBackend-__init__"><strong>__init__</strong></a>(sel f, cri)</dt></dl> 68 <dl><dt><a name="CrosPlatformBackend-__init__"><strong>__init__</strong></a>(sel f, cri)</dt></dl>
67 69
68 <hr> 70 <hr>
69 Methods inherited from <a href="telemetry.core.platform.linux_platform_backend.h tml#LinuxPlatformBackend">telemetry.core.platform.linux_platform_backend.LinuxPl atformBackend</a>:<br> 71 Methods inherited from <a href="telemetry.core.platform.linux_platform_backend.h tml#LinuxPlatformBackend">telemetry.core.platform.linux_platform_backend.LinuxPl atformBackend</a>:<br>
70 <dl><dt><a name="CrosPlatformBackend-GetIOStats"><strong>GetIOStats</strong></a> (self, pid)</dt></dl>
71
72 <dl><dt><a name="CrosPlatformBackend-GetMemoryStats"><strong>GetMemoryStats</str ong></a>(self, pid)</dt></dl> 72 <dl><dt><a name="CrosPlatformBackend-GetMemoryStats"><strong>GetMemoryStats</str ong></a>(self, pid)</dt></dl>
73 73
74 <dl><dt><a name="CrosPlatformBackend-GetSystemCommitCharge"><strong>GetSystemCom mitCharge</strong></a>(self)</dt></dl> 74 <dl><dt><a name="CrosPlatformBackend-GetSystemCommitCharge"><strong>GetSystemCom mitCharge</strong></a>(self)</dt></dl>
75 75
76 <hr> 76 <hr>
77 Methods inherited from <a href="telemetry.core.platform.posix_platform_backend.h tml#PosixPlatformBackend">telemetry.core.platform.posix_platform_backend.PosixPl atformBackend</a>:<br> 77 Methods inherited from <a href="telemetry.core.platform.posix_platform_backend.h tml#PosixPlatformBackend">telemetry.core.platform.posix_platform_backend.PosixPl atformBackend</a>:<br>
78 <dl><dt><a name="CrosPlatformBackend-GetChildPids"><strong>GetChildPids</strong> </a>(self, pid)</dt><dd><tt>Returns&nbsp;a&nbsp;list&nbsp;of&nbsp;child&nbsp;pid s&nbsp;of&nbsp;|pid|.</tt></dd></dl> 78 <dl><dt><a name="CrosPlatformBackend-GetChildPids"><strong>GetChildPids</strong> </a>(self, pid)</dt><dd><tt>Returns&nbsp;a&nbsp;list&nbsp;of&nbsp;child&nbsp;pid s&nbsp;of&nbsp;|pid|.</tt></dd></dl>
79 79
80 <dl><dt><a name="CrosPlatformBackend-GetCommandLine"><strong>GetCommandLine</str ong></a>(self, pid)</dt></dl> 80 <dl><dt><a name="CrosPlatformBackend-GetCommandLine"><strong>GetCommandLine</str ong></a>(self, pid)</dt></dl>
81 81
(...skipping 10 matching lines...) Expand all
92 <hr> 92 <hr>
93 Data descriptors inherited from <a href="telemetry.core.platform.platform_backen d.html#PlatformBackend">telemetry.core.platform.platform_backend.PlatformBackend </a>:<br> 93 Data descriptors inherited from <a href="telemetry.core.platform.platform_backen d.html#PlatformBackend">telemetry.core.platform.platform_backend.PlatformBackend </a>:<br>
94 <dl><dt><strong>__dict__</strong></dt> 94 <dl><dt><strong>__dict__</strong></dt>
95 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd> 95 <dd><tt>dictionary&nbsp;for&nbsp;instance&nbsp;variables&nbsp;(if&nbsp;defined)< /tt></dd>
96 </dl> 96 </dl>
97 <dl><dt><strong>__weakref__</strong></dt> 97 <dl><dt><strong>__weakref__</strong></dt>
98 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd> 98 <dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp ;(if&nbsp;defined)</tt></dd>
99 </dl> 99 </dl>
100 </td></tr></table></td></tr></table> 100 </td></tr></table></td></tr></table>
101 </body></html> 101 </body></html>
OLDNEW
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/cros_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698