Home
last modified time | relevance | path

Searched refs:log_timestamps_ (Results 1 – 4 of 4) sorted by relevance

/external/stressapptest/src/
Dlogger.h88 log_timestamps_ = log_ts_enabled; in SetTimestampLogging()
136 bool log_timestamps_; variable
Dlogger.cc42 if (log_timestamps_) { in VLogF()
89 log_timestamps_(true) { in Logger()
Dsat.h180 bool log_timestamps_; // Whether to add timestamps to log lines. variable
Dsat.cc571 Logger::GlobalLogger()->SetTimestampLogging(log_timestamps_); in Initialize()
685 log_timestamps_ = true; in Sat()
858 ARG_KVALUE("--no_timestamps", log_timestamps_, false); in ParseArgs()