Home
last modified time | relevance | path

Searched refs:human_readable (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.41.9/tools/lldbmacros/
H A Dmemory.py5026 def GetDiagThresholdConvertSizeToString(size,human_readable): argument
5027 if human_readable == 1 :
5039 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5104 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable)
5109 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable),
5110 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable),
5141 human_readable = 1
5143 human_readable = 0
5153 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)