Searched refs:timestamp_format (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/tools/idf_monitor_base/ |
D | logger.py | 27 …def __init__(self, elf_file, console, timestamps, timestamp_format, pc_address_buffer, enable_addr… argument 35 self.timestamp_format = timestamp_format 100 t = datetime.datetime.now().strftime(self.timestamp_format)
|
/hal_espressif-3.5.0/tools/idf_py_actions/ |
D | serial_ext.py | 86 …ef monitor(action, ctx, args, print_filter, monitor_baud, encrypted, timestamps, timestamp_format): argument 134 if timestamp_format: 135 monitor_args += ['--timestamp-format', timestamp_format]
|
/hal_espressif-3.5.0/tools/ |
D | idf_monitor.py | 84 timestamp_format='' # type: str argument 95 …self.logger = Logger(self.elf_file, self.console, timestamps, timestamp_format, b'', enable_addres… 336 args.timestamp_format)
|