Interface ProfilingService

All Known Implementing Classes:
BuiltinProfilingService

public interface ProfilingService
A ProfilingService is used to profile jruby programs. Using this interface you can implement your own profiling implementation. You can collect application specified data e.g. group profiling information by user. You can collect jdbc data to, where an how many time a specific query was executed.
Author:
Andre Kullmann