001    package railo.runtime.debug;
002    
003    public interface QueryEntryPro extends QueryEntry {
004            /**
005             * @return return the query executionn time in nanoseconds
006             */
007            public long getExecutionTime();
008    }