Satish K
Committed by Gerrit Code Review

IntentPerfCollector Synch issue fix

Change-Id: I7bd56459476dd87e6c29127b4e17366c23416768
......@@ -106,7 +106,7 @@ public class IntentPerfCollector {
/**
* Clears all previously accumulated data.
*/
public void clearSamples() {
public synchronized void clearSamples() {
newestTime = 0;
overall = new Sample(0, nodes.length);
current = new Sample(0, nodes.length);
......