Home
last modified time | relevance | path

Searched refs:GB_CONSTANT (Results 1 - 1 of 1) sorted by relevance

/build/hb/util/
H A Dmonitor.py30 GB_CONSTANT = 1024 ** 3 variable
111 total_mem = round(total_memory / GB_CONSTANT, 1)
112 free_mem = round(free_memory / GB_CONSTANT, 1)
113 swap_mem = round(swap_memory / GB_CONSTANT, 1)

Completed in 1 milliseconds