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

/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp256 struct tm* p_tm = localtime(&long_time); local
257 strftime(buf, 199, "%b %d, %Y %H:%M:%S", p_tm);
/gem5/src/systemc/utils/
H A Dvcd.cc232 struct tm *p_tm = localtime(&long_time); local
233 stream() << std::put_time(p_tm, " %b %d, %Y %H:%M:%S\n");

Completed in 7 milliseconds