Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | memory.py | 5324 def GetDiagThresholdConvertSizeToString(size,human_readable): argument 5325 if human_readable == 1 : 5337 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument 5405 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable) 5410 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable), 5411 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable), 5442 human_readable = 1 5444 human_readable = 0 5454 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)
|