Is it possible to see execution time like the image bellow, but in Node without the gibberish in vscode javascript debugger or without using the console.time('debug')
and console.timeEnd('debug')
functions ?
Edit 1 :
Something like this is gibberish to me, too hard to read.
I take the chart as an exemple here but top down or bottom up views are the same to me.