OSDN Git Service

Report GC pause times more accurately.
authorJeff Brown <jeffbrown@google.com>
Thu, 31 May 2012 00:09:27 +0000 (17:09 -0700)
committerJeff Brown <jeffbrown@google.com>
Thu, 31 May 2012 00:09:27 +0000 (17:09 -0700)
commit89cf125cd95a7df3a713cb3d3d39a033304e474c
tree65fed745eb7a67439750a5d221c6e2f3825e452e
parent6fb6f30d1d079724bc6107c4c68eabf2d8cadefb
Report GC pause times more accurately.

Include the time that it actually took to pause or suspend
threads in the reported time.

Also report the amount of time that other threads spend blocked
waiting for a concurrent GC to complete.

Change-Id: I80af351c2dc3171fc7db48dbbb361f3d92bbca80
vm/alloc/Heap.cpp