You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ni...@apache.org on 2013/05/06 20:46:53 UTC

git commit: updated refs/heads/trunk to 61ef4d2

Updated Branches:
  refs/heads/trunk d36dd5081 -> 61ef4d2bc


GIRAPH-592: yourkit profiling


Project: http://git-wip-us.apache.org/repos/asf/giraph/repo
Commit: http://git-wip-us.apache.org/repos/asf/giraph/commit/61ef4d2b
Tree: http://git-wip-us.apache.org/repos/asf/giraph/tree/61ef4d2b
Diff: http://git-wip-us.apache.org/repos/asf/giraph/diff/61ef4d2b

Branch: refs/heads/trunk
Commit: 61ef4d2bc9ecb64a1e433bc1059bfb9e730416dd
Parents: d36dd50
Author: Nitay Joffe <ni...@apache.org>
Authored: Mon May 6 14:45:12 2013 -0400
Committer: Nitay Joffe <ni...@apache.org>
Committed: Mon May 6 14:46:45 2013 -0400

----------------------------------------------------------------------
 .../org/apache/giraph/utils/YourKitProfiler.java   |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/giraph/blob/61ef4d2b/giraph-core/src/main/java/org/apache/giraph/utils/YourKitProfiler.java
----------------------------------------------------------------------
diff --git a/giraph-core/src/main/java/org/apache/giraph/utils/YourKitProfiler.java b/giraph-core/src/main/java/org/apache/giraph/utils/YourKitProfiler.java
index c9688bd..69f9c00 100644
--- a/giraph-core/src/main/java/org/apache/giraph/utils/YourKitProfiler.java
+++ b/giraph-core/src/main/java/org/apache/giraph/utils/YourKitProfiler.java
@@ -32,8 +32,10 @@ import com.yourkit.api.ProfilingModes;
  *  - http://www.yourkit.com/docs/95/api/index.html
  *
  * This class is a simple helper around the API mentioned above that allows you
- * to easily wrap code with {@link YourKitProfiler#startProfile(GiraphConfiguration)}
- * followed by any amount of snapshotX calls and finally {@link YourKitContext#stop()}.
+ * to easily wrap code with
+ * {@link YourKitProfiler#startProfile(GiraphConfiguration)}
+ * followed by any amount of snapshotX calls and finally
+ * {@link YourKitContext#stop()}.
  * See also {@link YourKitContext}.
  *
  * As of 05/2013 YourKit is not publishing their API jars to Maven, but their