Index: tools/telemetry/docs/telemetry.core.timeline.slice.html |
diff --git a/tools/telemetry/docs/telemetry.core.timeline.slice.html b/tools/telemetry/docs/telemetry.core.timeline.slice.html |
index 9239b5d9df445981718279c61f4b0897e144a6f6..3fe808cf3df5484027eddf5ec8ef7d03fe54fffb 100644 |
--- a/tools/telemetry/docs/telemetry.core.timeline.slice.html |
+++ b/tools/telemetry/docs/telemetry.core.timeline.slice.html |
@@ -65,10 +65,15 @@ Methods defined here:<br> |
<dl><dt><a name="Slice-IterEventsInThisContainerRecrusively"><strong>IterEventsInThisContainerRecrusively</strong></a>(self)</dt></dl> |
-<dl><dt><a name="Slice-__init__"><strong>__init__</strong></a>(self, category, name, timestamp, args<font color="#909090">=None</font>, parent<font color="#909090">=None</font>, duration<font color="#909090">=0</font>)</dt></dl> |
+<dl><dt><a name="Slice-__init__"><strong>__init__</strong></a>(self, parent_thread, category, name, timestamp, duration<font color="#909090">=0</font>, thread_timestamp<font color="#909090">=None</font>, thread_duration<font color="#909090">=None</font>, args<font color="#909090">=None</font>)</dt></dl> |
<hr> |
Data descriptors defined here:<br> |
+<dl><dt><strong>self_thread_time</strong></dt> |
+<dd><tt>Thread (scheduled) time spent in this function less any thread time spent<br> |
+in child events. Returns None if the slice or any of its children does not<br> |
+have a thread_duration value.</tt></dd> |
+</dl> |
<dl><dt><strong>self_time</strong></dt> |
<dd><tt>Time spent in this function less any time spent in child events.</tt></dd> |
</dl> |
@@ -86,5 +91,10 @@ Data descriptors inherited from <a href="telemetry.core.timeline.event.html#Time |
</dl> |
<dl><dt><strong>end</strong></dt> |
</dl> |
+<dl><dt><strong>thread_end</strong></dt> |
+<dd><tt>Thread-specific CPU time when this event ended.<br> |
+ <br> |
+May be None if the trace event didn't have thread time data.</tt></dd> |
+</dl> |
</td></tr></table></td></tr></table> |
</body></html> |