Home
last modified time | relevance | path

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

/xnu-11417.101.15/tools/lldbmacros/
H A Dktrace.py427 def __init__(self, cpuid, verbose, starting_timestamp=None, humanize=False): argument
431 self.humanize = humanize
513 clear_line_csi = '\033[K\n' if self.humanize else '\n'
547 def IterateKdebugEvents(verbose=False, humanize=False, last=None, argument
579 starting_timestamp=start_timestamp, humanize=humanize)
630 config['verbosity'] > vHUMAN, humanize=True, last=last):
747 humanize = '-M' not in cmd_options
812 humanize=humanize, last=last):
833 if humanize:
H A DREADME.md393 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …