Searched refs:timestamps (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/ |
D | logger.py | 27 …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):
|
D | console_parser.py | 123 timestamps=key_description(CTRL_I) + ' (or I)',
|
/hal_espressif-latest/tools/idf_monitor/ |
D | idf_monitor.py | 83 timestamps=False, # type: bool argument 95 …self.logger = Logger(self.elf_file, self.console, timestamps, timestamp_format, b'', enable_addres… 335 args.timestamps,
|