Package com.fornsys.jvixen.sys.instrumentation

Examples of com.fornsys.jvixen.sys.instrumentation.ElementUpdateTimeValue


      return name;
    }

    private void _SetupInstrumentation()
    {
      this._elementUpdateTimeValue = new ElementUpdateTimeValue();
      VixenSystem.Instrumentation.AddValue((IInstrumentationValue) this._elementUpdateTimeValue);
      this._stopwatch = Stopwatch.StartNew();
    }
View Full Code Here

TOP

Related Classes of com.fornsys.jvixen.sys.instrumentation.ElementUpdateTimeValue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.