Mercurial > code > home > repos > racc
view idle_linux.py @ 0:05bdded21d38
start: progs and idle time
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 Mar 2023 18:33:19 -0800 |
parents | |
children |
line wrap: on
line source
import xprintidle def get_idle_seconds(): return xprintidle.idle_time() / 1000