carbidecpp20devenv/plugins/org.eclipse.ui.intro.universal_3.2.200.v20080508/.options
author cawthron
Wed, 18 Mar 2009 17:21:00 -0500
changeset 1 82d1d1de1a01
permissions -rw-r--r--
import Carbide.c++
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     1
# Debugging options for the org.eclipse.ui.intro.universal.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     2
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     3
# Master flag for all org.eclipse.ui.intro.universal plugin debug options.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     4
org.eclipse.ui.intro.universal/debug = true
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     5
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     6
# Enable logging of information messages in the plugin. By default, info
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     7
# messages are not logged. Setting this option to true will enable logging
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     8
# trace information messages.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
     9
org.eclipse.ui.intro.universal/trace/logInfo = true
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    10
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    11
# Enable logging of performance messages in the plugin. By default, performance
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    12
# messages are not logged. Setting this option to true will enable logging
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    13
# trace information messages. (note: enabling info logging does not enable
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    14
# this flag.)
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    15
org.eclipse.ui.intro.universal/trace/logPerformance = false
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    16
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    17
# Performance flags used by the Performance framework to report failures 
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    18
# of specific thresholds.  
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    19
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    20
# Time to create and display the full Intro view.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    21
# org.eclipse.ui.intro/perf/createView = 1000
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    22
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    23
# Time needed to switch between Intro standby states.
82d1d1de1a01 import Carbide.c++
cawthron
parents:
diff changeset
    24
# org.eclipse.ui.intro/perf/setStandbyState = 300