Package railo.runtime.debug

Examples of railo.runtime.debug.DebugEntry


    long diff=endTime-startTime;
    if(unit==UNIT_MICRO)diff/=1000;
    else if(unit==UNIT_MILLI)diff/=1000000;

    DebugEntry de = pc.getDebugger().getEntry(pc, pc.getCurrentPageSource(), startPos, endPos);
    de.updateExeTime((int) diff);
  }
View Full Code Here

TOP

Related Classes of railo.runtime.debug.DebugEntry

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.