Node Benchmarking tool to examine the sub requests/methods timing

I used the apache bench , siege and benchmark.js for the benchmarking, load test to examine.But these tools/libraries gave the overall result/time which took from start to end. I want the execution time for all the sub methods or requests calling from the main request/method.Kindly suggest any tool or library.

Thanks.