I am running YCSB against mongoDB and got a report that the Average Latency of a single insert operation is 3752.9 us. I would like to know how much each mongoDB functions contribute to this time. For example, how much time it took to do journaling?
Does mongoDB gives information like that?