1
|
1 |
# Debugging options for the org.eclipse.ui.intro.universal.
|
|
2 |
|
|
3 |
# Master flag for all org.eclipse.ui.intro.universal plugin debug options.
|
|
4 |
org.eclipse.ui.intro.universal/debug = true
|
|
5 |
|
|
6 |
# Enable logging of information messages in the plugin. By default, info
|
|
7 |
# messages are not logged. Setting this option to true will enable logging
|
|
8 |
# trace information messages.
|
|
9 |
org.eclipse.ui.intro.universal/trace/logInfo = true
|
|
10 |
|
|
11 |
# Enable logging of performance messages in the plugin. By default, performance
|
|
12 |
# messages are not logged. Setting this option to true will enable logging
|
|
13 |
# trace information messages. (note: enabling info logging does not enable
|
|
14 |
# this flag.)
|
|
15 |
org.eclipse.ui.intro.universal/trace/logPerformance = false
|
|
16 |
|
|
17 |
# Performance flags used by the Performance framework to report failures
|
|
18 |
# of specific thresholds.
|
|
19 |
|
|
20 |
# Time to create and display the full Intro view.
|
|
21 |
# org.eclipse.ui.intro/perf/createView = 1000
|
|
22 |
|
|
23 |
# Time needed to switch between Intro standby states.
|
|
24 |
# org.eclipse.ui.intro/perf/setStandbyState = 300 |