Profiling Statistics
When profiling is enabled, you can now get a glimpse of the various Java virtual machine statistics at the start and end of your lambda execution. These statistics contain information on memory allocation, the number classes which have been loaded, the number of times the garbage collector was called, along with other statistics. Read more about profiling.