Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a50913aa authored by Conley Owens's avatar Conley Owens Committed by Android Git Automerger
Browse files

am e1b3f15c: Merge "Fixes broken image link in "Tools -> Traceview" documentation page."

* commit 'e1b3f15c':
  Fixes broken image link in "Tools -> Traceview" documentation page.
parents 54668b8a e1b3f15c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ the emulator host machine:</p>
    the first row show the extent (entry to exit) of all the calls to the selected
    method. The method in this case is LoadListener.nativeFinished() and it was
    selected in the profile view. </p>
<p><img src="/images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284"></p>
<p><img src="{@docRoot}images/traceview_timeline.png" alt="Traceview timeline panel" width="893" height="284"></p>
<a name="profilepanel"></a>
<h3>Profile Panel</h3>
<p>The image below shows the profile pane. The profile pane shows a
@@ -137,7 +137,7 @@ the emulator host machine:</p>
    view, we can see that there were 14 calls to LoadListener.nativeFinished(); looking
    at the timeline panel shows that one of those calls took an unusually
    long time.</p>
<p><img src="/images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630"></p>
<p><img src="{@docRoot}images/traceview_profile.png" alt="Traceview profile panel." width="892" height="630"></p>

<a name="format"></a>
<h2>Traceview File Format</h2>