Home
last modified time | relevance | path

Searched refs:timestamp_format (Results 1 – 2 of 2) 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
35 self.timestamp_format = timestamp_format
100 t = datetime.datetime.now().strftime(self.timestamp_format)
/hal_espressif-latest/tools/idf_monitor/
Didf_monitor.py84 timestamp_format='' # type: str argument
95 …self.logger = Logger(self.elf_file, self.console, timestamps, timestamp_format, b'', enable_addres…
336 args.timestamp_format)