Home
last modified time | relevance | path

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

/external/rust/crates/nix/src/
Dtime.rs119 pub const CLOCK_PROF: ClockId = ClockId(libc::CLOCK_PROF); constant
/external/python/cpython3/Modules/
Dtimemodule.c1187 && (defined(CLOCK_PROCESS_CPUTIME_ID) || defined(CLOCK_PROF))
1192 #ifdef CLOCK_PROF
1193 const clockid_t clk_id = CLOCK_PROF;
1931 #ifdef CLOCK_PROF
1932 if (PyModule_AddIntMacro(module, CLOCK_PROF) < 0) {
/external/python/cpython2/Lib/plat-sunos5/
DTYPES.py262 CLOCK_PROF = 2 variable
DIN.py395 CLOCK_PROF = 2 variable
DSTROPTS.py392 CLOCK_PROF = 2 variable
/external/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs765 pub const CLOCK_PROF: ::clockid_t = 2; constant
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a3.rst758 :data:`time.CLOCK_PROF` and :data:`time.CLOCK_UPTIME`.
/external/python/cpython3/Doc/library/
Dtime.rst769 .. data:: CLOCK_PROF
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1458 * :data:`time.CLOCK_PROF` (FreeBSD, NetBSD and OpenBSD): High-resolution