Update of /cvsroot/webmacro/webmacro/examples
In directory sc8-pr-cvs1:/tmp/cvs-serv28783/examples
Modified Files:
WebMacro.properties
Removed Files:
Profile.java
Log Message:
Eliminate profiling and pooling
Index: WebMacro.properties
===================================================================
RCS file: /cvsroot/webmacro/webmacro/examples/WebMacro.properties,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** WebMacro.properties 17 Jul 2002 07:18:22 -0000 1.31
--- WebMacro.properties 17 Jul 2003 05:25:06 -0000 1.32
***************
*** 110,136 ****
- # Set Profile.rate to control the impact of the profiler on your CPU.
- # Set it to 0 to turn profiling off. Setting it to 1 incurs profiling
- # overhead on every event. Setting it to a number reater than 1
- # incurs profiling overhead on 1:N events. Setting it to a prime
- # number is a good idea. The higher you set it, the less impact
- # profiling will have on your system and the longer it will take
- # to get reasonable results from the profiler.
- #
- # The default is 0, disabling the profiler.
-
- Profile.rate: 0
-
- # Set Profile.time to control the impact of the profiler on memory.
- # Setting # it to 0 turns the profiler off. Profile.time represents
- # the number of milliseconds that the profiler stores an event for.
- # In other words, the current statistics represent all the events
- # over the last Profile.time milliseconds. Setting it to a large
- # value will cause the profiler to remember a larger number of
- # events and consume more memory.
- #
- # The default is 20 seconds
-
- Profile.time: 20000
-
- Directives.profile: org.webmacro.directive.ProfileDirective
--- 110,111 ----
--- Profile.java DELETED ---
|