-
public interface JavaScriptExecutorFactory
-
-
Method Summary
Modifier and Type Method Description abstract JavaScriptExecutor
create()
abstract void
startSamplingProfiler()
Starts the sampling profiler for this specific JavaScriptExecutor Sampling profiler is usuallya singleton on the runtime, hence the method exists here and not in JavaScriptExecutor abstract void
stopSamplingProfiler(String filename)
Stops the Sampling profile -
-
Method Detail
-
create
abstract JavaScriptExecutor create()
-
startSamplingProfiler
abstract void startSamplingProfiler()
Starts the sampling profiler for this specific JavaScriptExecutor Sampling profiler is usuallya singleton on the runtime, hence the method exists here and not in JavaScriptExecutor
-
stopSamplingProfiler
abstract void stopSamplingProfiler(String filename)
Stops the Sampling profile
- Parameters:
filename
- The filename where the results of the sampling profiler are dumped to
-
-
-
-