Searched defs:numberOfIterations (Results 1 - 2 of 2) sorted by relevance

/openjdk9/nashorn/test/src/jdk/nashorn/internal/performance/
H A DPerformanceWrapper.java45 protected void runCompileOnlyTest(final String name, final int numberOfIterations, final int runsPerIteration, final String testURL) throws Throwable { argument
63 protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsPerIteration, final String testURL) throws Throwable { argument
67 protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsPerIteration, final String testURL, final OutputStream out, final OutputStream err) throws Throwable { argument
72 protected void runExecuteOnlyTest(final String name, final int numberOfIterations, final int runsPerIteration, final String testURL, final OutputStream out, final OutputStream err, final String[] newargs) throws Throwable { argument
[all...]
/openjdk9/nashorn/test/script/basic/
H A Drun-octane.js33 var numberOfIterations = 5; variable

Completed in 45 milliseconds