Results of 1 - 10 of about 49 for times (0.003 sec.)
- Man page of TIMES 12300
- 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 ( ...
している struct tms に格納する。 struct tms は < sys/times.h > で以下のように定義されている: struct tms { clo ...
hildren */ }; The tms_utime field contains the CPU time spent executing instructions of the calling process ...
. The tms_stime field contains the CPU time spent executing inside the kernel while performing ...
-
https://man.plustar.jp/manpage/man2/times.2.html
- [similar]
- Man page of UTIME 12028
- UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime,
...
utimes - ファイルの最終アクセス時刻と修正時刻を変更する 書 ...
ime(const char * filename , const struct utimbuf * times ); #include < sys/time.h > int utimes(const char * ...
filename , const struct timeval times [2]); 説明 備考: 最近のアプリケーションの場合、 ut ...
lename で示される inode のアクセス時刻と修正時刻を times 中の actime と modtime にそれぞれ変更する。 times ...
-
https://man.plustar.jp/manpage/man2/utime.2.html
- [similar]
- Man page of UTIME 12028
- UTIME Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 utime,
...
utimes - ファイルの最終アクセス時刻と修正時刻を変更する 書 ...
ime(const char * filename , const struct utimbuf * times ); #include < sys/time.h > int utimes(const char * ...
filename , const struct timeval times [2]); 説明 備考: 最近のアプリケーションの場合、 ut ...
lename で示される inode のアクセス時刻と修正時刻を times 中の actime と modtime にそれぞれ変更する。 times ...
-
https://man.plustar.jp/manpage/man2/utimes.2.html
- [similar]
- Man page of UTIMENSAT 11561
- UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti
...
t(int dirfd , const char * pathname , const struct timespec times [2], int flags ); int futimens(int fd , c ...
onst struct timespec times [2]); glibc 向けの機能検査マクロの要件 ( ...
スタンプをセットする際に、 昔からある utime (2) と utimes (2) で指定できるのはそれぞれ秒精度とマイクロ秒精度 ...
ムコールでも、 ファイルの新しいタイムスタンプは配列 times で指定される。 times[0] は新しい「最終アクセス時刻 ...
-
https://man.plustar.jp/manpage/man2/utimensat.2.html
- [similar]
- Man page of UTIMENSAT 11561
- UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti
...
t(int dirfd , const char * pathname , const struct timespec times [2], int flags ); int futimens(int fd , c ...
onst struct timespec times [2]); glibc 向けの機能検査マクロの要件 ( ...
スタンプをセットする際に、 昔からある utime (2) と utimes (2) で指定できるのはそれぞれ秒精度とマイクロ秒精度 ...
ムコールでも、 ファイルの新しいタイムスタンプは配列 times で指定される。 times[0] は新しい「最終アクセス時刻 ...
-
https://man.plustar.jp/manpage/man3/futimens.3.html
- [similar]
- Man page of CLOCK 8783
- CLOCK Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 clock -
...
返す値には wait された子プロセスの時間は含まれない。 times (2) 関数は呼び出し元とその子プロセスに関する情報を ...
り好ましいだろう。 glibc 2.17 以前では、 clock () は times (2) を使って実装されていた。 glibc 2.18 以降では、 ...
ている。 関連項目 clock_gettime (2), getrusage (2), times (2) この文書について この man ページは Linux man-p ...
ock , CLOCK , 関数 , CLOCKS , wait , 実装 , 注意 , times , 属性 , pages Linux マニュアル 一覧 [ man1 ] [ ma ...
-
https://man.plustar.jp/manpage/man3/clock.3.html
- [similar]
- Man page of TIME 7636
- TIME Section: Linux Programmer's Manual (7) Updated: 2020-04-11 Index JM Home Page 名前 time - 時
...
使用される。 プログラムは、自身が費した総 CPU 時間を times (2), getrusage (2), clock (3) を使って計ることがで ...
レームレートの公倍数である (PAL, 25HZ; NTSC, 30HZ)。 times (2) システムコールは特殊なケースであり、 このシステ ...
), time (2), timer_create (2), timerfd_create (2), times (2), utime (2), adjtime (3), clock (3), clock_getc ...
-
https://man.plustar.jp/manpage/man7/time.7.html
- [similar]
- Man page of GROPS 7576
- GROPS Section: User Commands (1) Updated: 6 August 2001 Index JM Home Page 名称 grops - groff 用
...
Italic PB Palatino-Bold PBI Palatino-BoldItalic TR Times-Roman TI Times-Italic TB Times-Bold TBI Times-Bold ...
-
https://man.plustar.jp/manpage/man1/grops.1.html
- [similar]
- Man page of TIME 7576
- TIME Section: Linux User's Manual (1) Updated: 2019-03-06 Index JM Home Page 名前 time - コマンド
...
過した実時間 (real time)、 (ii) ユーザー CPU 時間 ( times (2) が返す struct tms の tms_utime と tms_cutime の ...
値の合計)、 (iii) システム CPU 時間 ( times (2) が返す struct tms の tms_stime と tms_cstime の ...
ersion で取得できる。 関連項目 bash (1), tcsh (1), times (2), wait3 (2) この文書について この man ページは ...
-
https://man.plustar.jp/manpage/man1/time.1.html
- [similar]
- Man page of STATVFS 7501
- STATVFS Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 statv
...
m (see fcntl (2)). ST_NOATIME Do not update access times; see mount (2). ST_NODEV Disallow access to device ...
stem. ST_NODIRATIME Do not update directory access times; see mount (2). ST_NOEXEC Execution of programs is ...
-
https://man.plustar.jp/manpage/man3/fstatvfs.3.html
- [similar]