I have a bash script which is very long and performs some stuff in the background (without producing any output).
I would like to get to know which lines/parts take the most of execution time.
Can I achieve with some kind of tool/function/linux builtin ?