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