| Index: tools/telemetry/docs/telemetry.core.timeline.event.html
|
| diff --git a/tools/telemetry/docs/telemetry.core.timeline.event.html b/tools/telemetry/docs/telemetry.core.timeline.event.html
|
| index 50baf1ecea6fab973aa809513cce12c6764118e8..f872d98339e1414bc3165174851b8c747d75731a 100644
|
| --- a/tools/telemetry/docs/telemetry.core.timeline.event.html
|
| +++ b/tools/telemetry/docs/telemetry.core.timeline.event.html
|
| @@ -39,7 +39,14 @@
|
| <td width="100%">Methods defined here:<br>
|
| <dl><dt><a name="TimelineEvent-GetAllChildrenRecursive"><strong>GetAllChildrenRecursive</strong></a>(self, include_self<font color="#909090">=False</font>)</dt></dl>
|
|
|
| -<dl><dt><a name="TimelineEvent-__init__"><strong>__init__</strong></a>(self, name, start, duration, args<font color="#909090">=None</font>)</dt></dl>
|
| +<dl><dt><a name="TimelineEvent-ShiftTimestampsForward"><strong>ShiftTimestampsForward</strong></a>(self, delta_time)</dt><dd><tt>Shifts start time of event by delta_time and also<br>
|
| +recursively shifts child events.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="TimelineEvent-UpdateBounds"><strong>UpdateBounds</strong></a>(self)</dt><dd><tt>Updates the start time to be the minimum start time of all<br>
|
| +child events and the end time to be the maximum end time of all<br>
|
| +child events.</tt></dd></dl>
|
| +
|
| +<dl><dt><a name="TimelineEvent-__init__"><strong>__init__</strong></a>(self, name, start, duration, args<font color="#909090">=None</font>, parent<font color="#909090">=None</font>)</dt></dl>
|
|
|
| <dl><dt><a name="TimelineEvent-__repr__"><strong>__repr__</strong></a>(self)</dt></dl>
|
|
|
|
|