dlogothetis commented on a change in pull request #110: Counter Mechanism
URL: https://github.com/apache/giraph/pull/110#discussion_r339838984
 
 

 ##########
 File path: 
giraph-core/src/main/java/org/apache/giraph/counters/GiraphTimers.java
 ##########
 @@ -180,4 +182,27 @@ public GiraphHadoopCounter getInitializeMs() {
     return Iterators.concat(jobCounters().iterator(),
         superstepCounters().values().iterator());
   }
+
+  /**
+   * Get a map of counter names and values
+   *
+   * @return Map of counter names and values
+   */
+  public List<CustomCounter> getCounterMap() {
 
 Review comment:
   nit: rename to getCounterList()?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to