Searched refs:humanize (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | ktrace.py | 427 …def __init__(self, cpuid, verbose, humanize=None, starting_timestamp=None, tid=None, triage=False): argument 431 self.humanize = humanize 517 clear_line_csi = '\033[K\n' if self.humanize else '\n' 551 def IterateKdebugEvents(verbose=False, humanize=False, last=None, tid=None, argument 582 …cpus = [KDCPU(cpuid, verbose, starting_timestamp=start_timestamp, humanize=humanize, tid=tid, tria… 663 config['verbosity'] > vHUMAN, humanize=True, last=last): 689 config['verbosity'] > vHUMAN, humanize=True, last=last, tid=tid, 806 humanize = '-M' not in cmd_options 871 humanize=humanize, last=last): 892 if humanize:
|
| H A D | README.md | 394 …* Take a peek at utils.py for common utility like sizeof_fmt() to humanize size strings in KB, MB …
|