Searched refs:_logfile (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dtimer.cpp163 _logfile(logfile),
167 _logfile = logfile;
169 _logfile = tty;
194 _logfile->print(" [Times: user=%3.2f sys=%3.2f, real=%3.2f secs] ",
198 _logfile->print("[Invalid result in TraceCPUTime]");
201 _logfile->print("[Error in TraceCPUTime]");
204 _logfile->print_cr("");
206 _logfile->flush();
H A Dtimer.hpp113 outputStream* _logfile; // output is printed to this stream member in class:TraceCPUTime

Completed in 31 milliseconds