Revision: 4761
http://sourceforge.net/p/vexi/code/4761
Author: mkpg2
Date: 2015-02-14 21:56:23 +0000 (Sat, 14 Feb 2015)
Log Message:
-----------
Update-fix. Trivial.
Modified Paths:
--------------
branches/vexi3/org.vexi-core.devtools/src/main/java/org/vexi/instrument/profile/Profile.java
trunk/org.vexi-build.shared/meta/module.revisions
Property Changed:
----------------
branches/vexi3/org.vexi-core.devtools/
Index: branches/vexi3/org.vexi-core.devtools
===================================================================
--- branches/vexi3/org.vexi-core.devtools 2015-01-26 01:32:52 UTC (rev
4760)
+++ branches/vexi3/org.vexi-core.devtools 2015-02-14 21:56:23 UTC (rev
4761)
Property changes on: branches/vexi3/org.vexi-core.devtools
___________________________________________________________________
Modified: svn:ignore
## -20,3 +20,5 ##
release
.configuration
+
+*.txt
Modified:
branches/vexi3/org.vexi-core.devtools/src/main/java/org/vexi/instrument/profile/Profile.java
===================================================================
---
branches/vexi3/org.vexi-core.devtools/src/main/java/org/vexi/instrument/profile/Profile.java
2015-01-26 01:32:52 UTC (rev 4760)
+++
branches/vexi3/org.vexi-core.devtools/src/main/java/org/vexi/instrument/profile/Profile.java
2015-02-14 21:56:23 UTC (rev 4761)
@@ -91,8 +91,8 @@
public int
compare(Object arg0, Object arg1) {
FuncCount fc0 =
(FuncCount) arg0;
FuncCount fc1 =
(FuncCount) arg1;
-
if(fc0.nBytecodeExecs > fc1.nBytecodeExecs) return 1;
-
if(fc0.nBytecodeExecs < fc1.nBytecodeExecs) return -1;
+ if(fc0.nExecs >
fc1.nExecs) return 1;
+ if(fc0.nExecs <
fc1.nExecs) return -1;
return 0;
}
});
Modified: trunk/org.vexi-build.shared/meta/module.revisions
===================================================================
--- trunk/org.vexi-build.shared/meta/module.revisions 2015-01-26 01:32:52 UTC
(rev 4760)
+++ trunk/org.vexi-build.shared/meta/module.revisions 2015-02-14 21:56:23 UTC
(rev 4761)
@@ -1 +1 @@
-{"https:\/\/ebuild-project.org\/svn\/ebuild\/plugins":"175","https:\/\/emanate-project.org\/svn\/eapi":"214"}
\ No newline at end of file
+{"https:\/\/ebuild-project.org\/svn\/ebuild\/plugins":"175","https:\/\/emanate-project.org\/svn\/eapi":"223"}
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn