[Joafip-svn] SF.net SVN: joafip:[3161] trunk/joafip-4test
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2012-11-22 06:55:04
|
Revision: 3161
http://joafip.svn.sourceforge.net/joafip/?rev=3161&view=rev
Author: luc_peuvrier
Date: 2012-11-22 06:54:58 +0000 (Thu, 22 Nov 2012)
Log Message:
-----------
foreground garbage changed
Modified Paths:
--------------
trunk/joafip-4test/jrat.xml
trunk/joafip-4test/src/main/java/net/sf/joafip/garbage/service/AddAndGarbage.java
trunk/joafip-4test/src/main/java/net/sf/joafip/performance/items/service/Garbage.java
Modified: trunk/joafip-4test/jrat.xml
===================================================================
--- trunk/joafip-4test/jrat.xml 2012-11-22 06:54:47 UTC (rev 3160)
+++ trunk/joafip-4test/jrat.xml 2012-11-22 06:54:58 UTC (rev 3161)
@@ -1,22 +1,22 @@
<?xml version="1.0" encoding="UTF-8"?>
<jrat>
- <settings>
- <property name="httpServerEnabled" value="false"/>
- </settings>
+ <settings>
+ <property name="httpServerEnabled" value="false" />
+ </settings>
- <profile name="my code">
+ <profile name="my code">
- <criteria>
- <include/>
- </criteria>
+ <criteria>
+ <include />
+ </criteria>
- <handlers>
+ <handlers>
- <handler factory="org.shiftone.jrat.provider.tree.TreeMethodHandlerFactory">
- <property name="outputFile" value="joafip.jrat"/>
- </handler>
+ <handler factory="org.shiftone.jrat.provider.tree.TreeMethodHandlerFactory">
+ <property name="outputFile" value="joafip.jrat" />
+ </handler>
- </handlers>
+ </handlers>
- </profile>
+ </profile>
</jrat>
\ No newline at end of file
Modified: trunk/joafip-4test/src/main/java/net/sf/joafip/garbage/service/AddAndGarbage.java
===================================================================
--- trunk/joafip-4test/src/main/java/net/sf/joafip/garbage/service/AddAndGarbage.java 2012-11-22 06:54:47 UTC (rev 3160)
+++ trunk/joafip-4test/src/main/java/net/sf/joafip/garbage/service/AddAndGarbage.java 2012-11-22 06:54:58 UTC (rev 3161)
@@ -70,7 +70,7 @@
printState(filePersistence);
- filePersistence.garbageSweep();
+ filePersistence.garbageSweep("runtime/set");
printState(filePersistence);
Modified: trunk/joafip-4test/src/main/java/net/sf/joafip/performance/items/service/Garbage.java
===================================================================
--- trunk/joafip-4test/src/main/java/net/sf/joafip/performance/items/service/Garbage.java 2012-11-22 06:54:47 UTC (rev 3160)
+++ trunk/joafip-4test/src/main/java/net/sf/joafip/performance/items/service/Garbage.java 2012-11-22 06:54:58 UTC (rev 3161)
@@ -56,7 +56,7 @@
final long startTime = System.currentTimeMillis();
displayTime = startTime - 2000;
filePersistence.setGarbageListener(this);
- final int numberGarbaged = filePersistence.garbageSweep();
+ final int numberGarbaged = filePersistence.garbageSweep("runtime/set");
final long endTime = System.currentTimeMillis();
final long duration = (endTime - startTime);
LOGGER.info("garbaged=" + numberGarbaged + " duration=" + duration
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|