Class: com.sybase.djc.ant.ProfilePublicMethodsProperty (Profile Public Methods Property) | EAServer 6.3 Help |
---|
Description | Configures whether code is generated for method profiling. |
---|---|
Configuration |
Example:
<setProperties component="ejb.components.example.MyCompRemote"> <profilePublicMethods enable="true"/> ... </setProperties> |
Nested Properties | enable |
Property: enable (Enable) | |
---|---|
Description |
Enables generation of profiling code for public methods.
Profiling code generates MethodProfiler statistics.
See also: disableStatistics (Application Server Property). |
Default Value | false |
Legal Values | false, true |