Home
last modified time | relevance | path

Searched refs:timestamps (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Dlogger.py27 …def __init__(self, elf_file, console, timestamps, timestamp_format, pc_address_buffer, enable_addr… argument
34 self.timestamps = timestamps
71 self.timestamps = not self.timestamps
99 if self.timestamps and (self._output_enabled or self._log_file):
Dconsole_parser.py123 timestamps=key_description(CTRL_I) + ' (or I)',
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py83 timestamps=False, # type: bool argument
95 …self.logger = Logger(self.elf_file, self.console, timestamps, timestamp_format, b'', enable_addres…
335 args.timestamps,