MCPcopy Create free account
hub / github.com/ARM-software/astc-encoder / get_total_time_pattern

Method get_total_time_pattern

Test/testlib/encoder.py:347–348  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 return re.compile(pattern_psnr)
346
347 def get_total_time_pattern(self) -> re.Pattern:
348 return re.compile(r'\s*Total time:\s*([0-9.]*) s')
349
350 def get_coding_time_pattern(self) -> re.Pattern:
351 return re.compile(r'\s*Coding time:\s*([0-9.]*) s')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected