Searched refs:humanize (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/tools/lldbmacros/ |
| H A D | ktrace.py | 428 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 D | README.md | 393 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …
|