Results of 1 - 10 of about 69 for clock (0.006 sec.)
- Man page of CLOCK_GETRES 10944
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
clock_getres, clock_gettime, clock_settime - クロックと時間の関数 書式 ...
#include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); ...
int clock_gettime(clockid_t clk_id , struct timespec * tp ); ...
int clock_settime(clockid_t clk_id , const struct timespec * ...
-
https://man.plustar.jp/manpage/man2/clock_getres.2.html
- [similar]
- Man page of CLOCK_GETRES 10944
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
clock_getres, clock_gettime, clock_settime - クロックと時間の関数 書式 ...
#include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); ...
int clock_gettime(clockid_t clk_id , struct timespec * tp ); ...
int clock_settime(clockid_t clk_id , const struct timespec * ...
-
https://man.plustar.jp/manpage/man2/clock_gettime.2.html
- [similar]
- Man page of CLOCK_GETRES 10944
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
clock_getres, clock_gettime, clock_settime - クロックと時間の関数 書式 ...
#include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); ...
int clock_gettime(clockid_t clk_id , struct timespec * tp ); ...
int clock_settime(clockid_t clk_id , const struct timespec * ...
-
https://man.plustar.jp/manpage/man2/clock_settime.2.html
- [similar]
- Man page of CLOCK_NANOSLEEP 10619
- CLOCK_NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名
...
前 clock_nanosleep - 指定したクロックでの高精度な実行停止 ( ...
sleep) 書式 #include < time.h > int clock_nanosleep(clockid_t clockid , int flags , const st ...
能検査マクロの要件 ( feature_test_macros (7) 参照): clock_nanosleep (): _POSIX_C_SOURCE >= 200112L 説明 cloc ...
ong tv_nsec; /* nanoseconds [0 .. 999999999] */ }; clockid 引数で、停止期間をどのクロックに対して計測するか ...
-
https://man.plustar.jp/manpage/man2/clock_nanosleep.2.html
- [similar]
- Man page of CLOCK_GETCPUCLOCKID 10435
- CLOCK_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Pag
...
e 名前 clock_getcpuclockid - プロセスの CPU 時刻のクロック ID を ...
取得する 書式 #include < time.h > int clock_getcpuclockid(pid_t pid , clockid_t * clockid ); - ...
能検査マクロの要件 ( feature_test_macros (7) 参照): clock_getcpuclockid (): _POSIX_C_SOURCE >= 200112L 説明 ...
clock_getcpuclockid () 関数は、 プロセス ID が pid のプロセスの CPU ...
-
https://man.plustar.jp/manpage/man3/clock_getcpuclockid.3.html
- [similar]
- Man page of CLOCK 10265
- CLOCK Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 clock -
...
プロセッサ時間の取得 書式 #include < time.h > clock_t clock(void); 説明 clock () はプログラムの使用した ...
プロセッサ時間の近似値を返す。 返り値 返り値は clock_t 単位での CPU 時間である。 秒単位での値を得るため ...
には CLOCKS_PER_SEC で割ればよい。 使用したプロセッサ時間が得 ...
れない場合や、その値を表現できない場合、 この関数は (clock_t) -1 を返す。 属性 この節で使用されている用語の説 ...
-
https://man.plustar.jp/manpage/man3/clock.3.html
- [similar]
- Man page of VDSO 9049
- VDSO Section: Linux Programmer's Manual (7) Updated: 2019-08-02 Index JM Home Page 名前 vdso - 仮
...
ttimeofday LINUX_2.6 (Linux 4.1 以降で公開) __vdso_clock_gettime LINUX_2.6 (Linux 4.1 以降で公開) Additiona ...
2.6.39 __kernel_gettimeofday LINUX_2.6.39 __kernel_clock_gettime LINUX_2.6.39 __kernel_clock_getres LINUX_2 ...
imeofday LINUX_2.6 (Linux 4.4 以降で公開) __kernel_clock_gettime LINUX_2.6 (Linux 4.4 以降で公開) ia64 (Ita ...
s the functions available via this mechanism. 関数 clock_gettime getcpu getpid getppid gettimeofday set_tid ...
-
https://man.plustar.jp/manpage/man7/vdso.7.html
- [similar]
- Man page of TIMES 8922
- TIMES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 times -
...
プロセス時間を取得する 書式 #include < sys/times.h > clock_t times(struct tms * buf ); 説明 times () は現在の ...
mes.h > で以下のように定義されている: struct tms { clock_t tms_utime; /* user time */ clock_t tms_stime; /* ...
system time */ clock_t tms_cutime; /* user time of children */ clock_t ...
値 times () は過去のある時点から経過したクロック数 (clock tick) を返す。 この返り値は clock_t 型が取り得る範 ...
-
https://man.plustar.jp/manpage/man2/times.2.html
- [similar]
- Man page of PTHREAD_GETCPUCLOCKID 8823
- PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P
...
age 名前 pthread_getcpuclockid - スレッドの CPU 時間時計の ID を取得する 書式 # ...
pthread.h > #include < time.h > int pthread_getcpuclockid(pthread_t thread , clockid_t * clockid ); -pthre ...
でコンパイルしてリンクする。 説明 The pthread_getcpuclockid () function obtains the ID of the CPU-time clock ...
ead , and returns it in the location pointed to by clockid . 返り値 成功すると、この関数は 0 を返す。 エラー ...
-
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html
- [similar]
- Man page of PTHREAD_TRYJOIN_NP 8752
- PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page
...
time, specified in abstime , measured against the CLOCK_REALTIME clock. If the timeout expires before thre ...
で join を待つ。 struct timespec ts; int s; ... if (clock_gettime(CLOCK_REALTIME, &ts) == -1) { /* Handle er ...
e sleep interval that is then measured against the CLOCK_MONOTONIC clock instead of the CLOCK_REALTIME cloc ...
eout is unaffected by discontinuous changes to the CLOCK_REALTIME clock. 関連項目 clock_gettime (2), pthrea ...
-
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html
- [similar]