Renamed Measurement Point tag: "SwitchDpid" -> "SwitchDpidEvent"
diff --git a/src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowEventHandler.java b/src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowEventHandler.java
index 20d1ff6..b5f1e16 100644
--- a/src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowEventHandler.java
+++ b/src/main/java/net/onrc/onos/ofcontroller/flowmanager/FlowEventHandler.java
@@ -296,9 +296,9 @@
 	    Map<Long, IOFSwitch> mySwitches = flowManager.getMySwitches();
 
 	    // Process the Switch Dpid events
-	    PerformanceMonitor.start("EventHandler.SwitchDpid");
+	    PerformanceMonitor.start("EventHandler.SwitchDpidEvents");
 	    processSwitchDpidEvents();
-	    PerformanceMonitor.stop("EventHandler.SwitchDpid");
+	    PerformanceMonitor.stop("EventHandler.SwitchDpidEvents");
 
 	    // Process the Flow ID events
 	    PerformanceMonitor.start("EventHandler.FlowIdEvents");
@@ -395,7 +395,7 @@
 	    PerformanceMonitor.stop("EventHandler.ProcessAllEvents");
 
 
-	    PerformanceMonitor.report("EventHandler.SwitchDpid");
+	    PerformanceMonitor.report("EventHandler.SwitchDpidEvents");
 	    PerformanceMonitor.report("EventHandler.FlowIdEvents");
 	    PerformanceMonitor.report("EventHandler.ReadTopology");
 	    PerformanceMonitor.report("EventHandler.RecomputeFlows");