Add more info for time measurements 36/78136/5
authorMohammad Salehe <salehe@cs.toronto.edu>
Fri, 8 Feb 2019 16:36:03 +0000 (11:36 -0500)
committerMohammad Salehe <salehe@cs.toronto.edu>
Mon, 25 Feb 2019 03:23:39 +0000 (22:23 -0500)
Change-Id: I96eb910a303f05137fa621c8b260994d4fde3287
Issue-ID: MUSIC-148
Signed-off-by: Mohammad Salehe <salehe@cs.toronto.edu>
src/main/java/org/onap/music/datastore/MusicDataStore.java

index 7b4e670..1ea1005 100644 (file)
@@ -310,7 +310,7 @@ public class MusicDataStore {
      */
     public boolean executePut(PreparedQueryObject queryObject, String consistencyLevel, long timeSlot)
             throws MusicServiceException, MusicQueryException {
-        TimeMeasureInstance.instance().enter("executePut");
+        TimeMeasureInstance.instance().enter("executePut" + consistencyLevel);
         try {
             boolean result;
             long timeOfWrite = System.currentTimeMillis();