The profiling result showed me a huge number for java.lang.Thread.run row, under "Call tree" -- Time (ms) column.
But if I expand the tree, the numbers under are way much smaller than that that huge number. For example, the total number is about 6,260,548 ms, but inside the biggest number is about 30,391, I can never sum up to get that huge 6,260,548 ms. I don't understand where the missing numbers are.
Can someone give me some hints?