Searched refs:_stamp (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A Dmanagement.hpp42 static TimeStamp _stamp; // Timestamp since vm init done time member in class:Management
76 _stamp.update();
H A Dmanagement.cpp73 TimeStamp Management::_stamp; member in class:Management
179 return t.ticks() - _stamp.ticks();
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp48 TimeStamp _stamp; // for time stamps member in class:outputStream
96 TimeStamp& time_stamp() { return _stamp; }
H A Dostream.cpp62 if (has_time_stamps) _stamp.update();
198 if (! _stamp.is_updated()) {
199 _stamp.update(); // start at 0 on first call to stamp()
205 jio_snprintf(buf, sizeof(buf), "%.3f", _stamp.seconds());
944 _stamp.update_to(1);

Completed in 657 milliseconds