Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.101.15/tools/lldbmacros/ |
| H A D | memory.py | 5366 def GetDiagThresholdConvertSizeToString(size,human_readable): argument 5367 if human_readable == 1 : 5379 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument 5447 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable) 5452 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable), 5453 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable), 5484 human_readable = 1 5486 human_readable = 0 5496 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)
|