Home
last modified time | relevance | path

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

/xnu-10063.141.1/tools/lldbmacros/
H A Dmemory.py5016 def GetDiagThresholdConvertSizeToString(size,human_readable): argument
5017 if human_readable == 1 :
5029 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5094 …mem_threshold_str = GetDiagThresholdConvertSizeToString(diagmem_threshold * (1<<20),human_readable)
5099 GetDiagThresholdConvertSizeToString(task_mem_footprint,human_readable),
5100 GetDiagThresholdConvertSizeToString(phys_footprint_limit,human_readable),
5131 human_readable = 1
5133 human_readable = 0
5143 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)