Mercurial > code > home > repos > racc
view collector/idle_linux.py @ 4:5ad799e534a5
move to subdir
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:50:23 -0700 |
parents | idle_linux.py@05bdded21d38 |
children |
line wrap: on
line source
import xprintidle def get_idle_seconds(): return xprintidle.idle_time() / 1000