Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/tools/lldbmacros/ |
| H A D | memory.py | 5320 def GetDiagThresholdConvertSizeToString(size,human_readable): argument 5321 if human_readable == 1 : 5333 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument 5401 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable) 5406 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable), 5407 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable), 5438 human_readable = 1 5440 human_readable = 0 5450 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)
|