blob: 03819d8eaba50d5f1bd07703796e113bca46b3cf [file] [log] [blame]
# Prints debug information
org.eclipse.jdt.ui/debug=true
# Prints debug information related to the AST provider
org.eclipse.jdt.ui/debug/ASTProvider=false
# Turn on tracing of the all types cache
org.eclipse.jdt.ui/debug/allTypesCache=false
# trace generation of type constraints and create toString info for debugging
org.eclipse.jdt.ui/debug/TypeConstraints=false
# verify jdt.core API for IBinding#isEqualTo(..)
org.eclipse.jdt.ui/debug/checkCoreBindingIsEqualTo=false
# verify jdt.core API for IBinding#getJavaElement()
org.eclipse.jdt.ui/debug/checkCoreBindingGetJavaElement=false
# use jdt.ui API for IBinding#getJavaElement() instead of IMethodBinding.getJavaElement()
org.eclipse.jdt.ui/debug/useUIBindingGetJavaElement=false
# timing output for code assist
org.eclipse.jdt.ui/debug/ResultCollector=false
#Reports the time to create the refactor action group
org.eclipse.jdt.ui/perf/explorer/RefactorActionGroup=150
#Reports the time to make the package explorer actions
org.eclipse.jdt.ui/perf/explorer/makeActions=1000
#Reports the time to create the package explorer view
org.eclipse.jdt.ui/perf/explorer/createPartControl=1300
#Reports the time for a single search participant
org.eclipse.jdt.ui/perf/search/participants=300
#Reports the time for a single completion proposal computer
org.eclipse.jdt.ui/perf/content_assist/extensions=1000