Searched refs:timestamp_format (Results 1 – 2 of 2) 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 35 self.timestamp_format = timestamp_format 100 t = datetime.datetime.now().strftime(self.timestamp_format)
|
/hal_espressif-latest/tools/idf_monitor/ |
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)
|