It's possible to log profiling information thanks to spring aop. See this for example: Profiling a Java Spring application
Now what it produces is a log file with lines and lines of 'enter method @...' 'leave method @...'. It may be a bit cumbersome to skim through for a simple human brain.
Do you know of any tool to digest these files, to ease navigation in the results, possibly to create nice graphs?