Get the profiling information from the last successful call to Kernel.execute(). @return A list of ProfileInfo records
()
| 3684 | * @return A list of ProfileInfo records |
| 3685 | */ |
| 3686 | public List<ProfileInfo> getProfileInfo() { |
| 3687 | return prepareKernelRunner().getProfileInfo(); |
| 3688 | } |
| 3689 | |
| 3690 | /** |
| 3691 | * @deprecated See {@link EXECUTION_MODE}. |
nothing calls this directly
no test coverage detected