Home
last modified time | relevance | path

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

/xnu-11215.81.4/tools/lldbmacros/
H A Dktrace.py428 def __init__(self, cpuid, verbose, starting_timestamp=None, humanize=False): argument
432 self.humanize = humanize
514 clear_line_csi = '\033[K\n' if self.humanize else '\n'
548 def IterateKdebugEvents(verbose=False, humanize=False, last=None, argument
580 starting_timestamp=start_timestamp, humanize=humanize)
631 config['verbosity'] > vHUMAN, humanize=True, last=last):
748 humanize = '-M' not in cmd_options
813 humanize=humanize, last=last):
834 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 …