public String toString() {
return "Instrumentation" + (type != null ? ":" + type : "") + "[" + processor + "]";
}
public void setCounter(Object counter) {
ManagedPerformanceCounter mpc = null;
if (counter instanceof ManagedPerformanceCounter) {
mpc = (ManagedPerformanceCounter) counter;
}
if (this.counter instanceof DelegatePerformanceCounter) {