Searched refs:timestamp_parser_ms_since_boot (Results 1 – 3 of 3) sorted by relevance
29 from pw_log.log_decoder import timestamp_parser_ms_since_boot222 timestamp_decoder = timestamp_parser_ms_since_boot
28 timestamp_parser_ms_since_boot,879 '00:45:45.587', timestamp_parser_ms_since_boot(2745587)882 '00:45:45.000', timestamp_parser_ms_since_boot(2745000)
244 def timestamp_parser_ms_since_boot(timestamp: int) -> str: function