Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2019-08-14 09:32:13 +0000
committerLars Vogel2019-08-15 16:01:04 +0000
commitc035ac0c6a36e002a03e95c907f6aa4e87993796 (patch)
treee39d55f7189684691ce02a9df5e092e879e32412
parent1c7dcf83788bcfb33616545e32f7d3067236ceb1 (diff)
downloadnews-c035ac0c6a36e002a03e95c907f6aa4e87993796.tar.gz
news-c035ac0c6a36e002a03e95c907f6aa4e87993796.tar.xz
news-c035ac0c6a36e002a03e95c907f6aa4e87993796.zip
Bug 548385 - More info about freeze
Change-Id: Iead070ff8329f7f6211490a906a7bcf6d1a9e9ac Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--4.13/images/freeze-event.pngbin0 -> 102191 bytes
-rw-r--r--4.13/images/ui-monitor-preference.pngbin0 -> 72574 bytes
-rw-r--r--4.13/platform.html10
3 files changed, 10 insertions, 0 deletions
diff --git a/4.13/images/freeze-event.png b/4.13/images/freeze-event.png
new file mode 100644
index 00000000..43616c1c
--- /dev/null
+++ b/4.13/images/freeze-event.png
Binary files differ
diff --git a/4.13/images/ui-monitor-preference.png b/4.13/images/ui-monitor-preference.png
new file mode 100644
index 00000000..41ff1e73
--- /dev/null
+++ b/4.13/images/ui-monitor-preference.png
Binary files differ
diff --git a/4.13/platform.html b/4.13/platform.html
index 4f2671fd..23e5c1e9 100644
--- a/4.13/platform.html
+++ b/4.13/platform.html
@@ -196,7 +196,17 @@ ul {padding-left: 13px;}
<td class="title">Automatic detection of UI freezes in the Eclipse SDK build</td>
<td class="content">
The SDK build has been configured to show stack traces for UI freezes in the Error view by default for new workspaces.
+ You can use this information to identify and report slow parts of the IDE.
+ <p>
+ <img src="images/freeze-event.png" alt="" />
+ </p>
+ You can disable this monitor or tweak its settings via the preferences as despicted in the following screenshot.
+ <p>
+ <img src="images/ui-monitor-preference.png" alt="" />
+ </p>
+
</td>
+
</tr>
<!-- ****************** End of Preferences ************************************* -->

Back to the top