151152153154155156157158159
return name; } private void _SetupInstrumentation() { this._elementUpdateTimeValue = new ElementUpdateTimeValue(); VixenSystem.Instrumentation.AddValue((IInstrumentationValue) this._elementUpdateTimeValue); this._stopwatch = Stopwatch.StartNew(); }