PrintGCTaskTimeStamps

Tom Rodriguez tom.rodriguez at oracle.com
Fri Feb 24 18:28:31 UTC 2012


I'm looking at the uses of os::elapsedTime and TimeStamp and trying to rationalize them a bit, mainly by eliminating TimeStamp.  I noticed that the code for PrintGCTaskTimeStamps effectively prints out the raw ticks from os::elapsed_counter() without scaling them to a particular time base.  What's the intent of this output?  Is it assuming nanos?

tom


More information about the hotspot-gc-dev mailing list