Home
last modified time | relevance | path

Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dbuildstats-diff120 def val_to_str(val, human_readable=False): argument
133 if human_readable:
137 elif 'bytes' in val_type and human_readable:
143 elif 'ops' in val_type and human_readable: