Home
last modified time | relevance | path

Searched refs:children_user (Results 1 – 25 of 59) sorted by relevance

123

/dports/devel/libmaa/libmaa-1.4.7/maa/
H A Dtimer.c40 double children_user; /* user time in sec */ member
64 entry->children_user = 0.0; in tim_start()
100 entry->children_user in tim_stop()
121 entry->children_user = 0.0; in tim_reset()
189 return (entry->self_user + entry->children_user); in tim_get_user()
/dports/net/gnu-dico/dico-2.10/xdico/
H A Dtimer.c32 double children_user; /* user time in sec */ member
129 t->children_user = DIFFTIME(rusage.ru_utime, t->children_mark.ru_utime); in _timer_compute()
148 t->children_user = 0.0; in timer_reset()
162 return t->self_user + t->children_user; in timer_get_user()
/dports/sysutils/R-cran-ps/ps/man/
H A Dps_cpu_times.Rd14 \code{children_user}, \code{children_system}. The last two are \code{NA} on
24 \item \code{children_user}: On Linux, amount of time that this process's
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dposix.pyi23 children_user: float
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dposix.pyi23 children_user: float
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dposix.pyi15 children_user: float
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/psutil/psutil/
H A D_psbsd.pyi59 children_user: Any
H A D_pslinux.pyi113 children_user: Any
H A D_common.pyi158 children_user: Any
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dposix.pyi15 children_user: float
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/
H A DREADME.rst299 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1)
H A DPKG-INFO308 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1)
/dports/sysutils/py-psutil/psutil-5.8.0/
H A DREADME.rst337 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
H A DPKG-INFO325 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/
H A DREADME.rst370 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
H A DPKG-INFO378 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
/dports/sysutils/py-psutil/psutil-5.8.0/psutil.egg-info/
H A DPKG-INFO325 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil-5.7.0.dist-info/
H A DMETADATA429 pcputimes(user=1.02, system=0.31, children_user=0.32, children_system=0.1, iowait=0.0)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_process.py257 assert (times.children_user >= 0.0), times
H A Dtest_linux.py1764 self.assertEqual(cpu.children_user, 4 / CLOCK_TICKS)
/dports/sysutils/py-psutil/psutil-5.8.0/psutil/tests/
H A Dtest_process.py249 assert (times.children_user >= 0.0), times
H A Dtest_linux.py2045 self.assertEqual(cpu.children_user, 4 / CLOCK_TICKS)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil-cp27-none-win_amd64/psutil/tests/
H A Dtest_process.py253 assert (times.children_user >= 0.0), times
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/psutil/psutil/tests/
H A Dtest_process.py253 assert (times.children_user >= 0.0), times
H A Dtest_linux.py1984 self.assertEqual(cpu.children_user, 4 / CLOCK_TICKS)

123