るりまサーチ

最速Rubyリファレンスマニュアル検索!
41件ヒット [1-41件を表示] (0.268秒)
トップページ > クエリ:Process[x] > クエリ:CLOCK_UPTIME_RAW[x]

別のキーワード

  1. _builtin new
  2. _builtin inspect
  3. _builtin []
  4. _builtin to_s
  5. _builtin each

種類

ライブラリ

モジュール

検索結果

Process::CLOCK_UPTIME_RAW -> Integer (39117.0)

Process.#clock_gettime で使われます。

...
Process
.#clock_gettime で使われます。

システムによっては定義されていません。...

Process::CLOCK_UPTIME_RAW_APPROX -> Integer (27117.0)

Process.#clock_gettime で使われます。

...
Process
.#clock_gettime で使われます。

システムによっては定義されていません。...

Process.#clock_gettime(clock_id, unit=:float_second) -> Float | Integer (21204.0)

POSIX の clock_gettime() 関数の時間を返します。

...す。

例:
p Process.clock_gettime(Process::CLOCK_MONOTONIC) #=> 896053.968060096

@param clock_id クロックの種類を以下の定数のいずれかで指定します。
サポートされている定数は OS やバージョンに依存します。

: Process::CLOCK_REALTIM...
... Process::CLOCK_MONOTONIC
SUSv3 to 4, Linux 2.5.63, FreeBSD 3.0, NetBSD 2.0, OpenBSD 3.4, macOS 10.12
: Process::CLOCK_PROCESS_CPUTIME_ID
SUSv3 to 4, Linux 2.5.63, OpenBSD 5.4, macOS 10.12
: Process::CLOCK_THREAD_CPUTIME_ID
SUSv3 to 4, Linux 2.5.63, FreeBSD 7.1, OpenBSD 5.4, macOS 10.12
: Process...
...12
: Process::CLOCK_MONOTONIC_RAW_APPROX
macOS 10.12
: Process::CLOCK_BOOTTIME
Linux 2.6.39
: Process::CLOCK_BOOTTIME_ALARM
Linux 3.0
: Process::CLOCK_UPTIME
FreeBSD 7.0, OpenBSD 5.5
: Process::CLOCK_UPTIME_FAST
FreeBSD 8.1
: Process::CLOCK_UPTIME_RAW
macOS 10.12
: Process::CLOCK_UPTIME_RAW_AP...

NEWS for Ruby 2.4.0 (24.0)

NEWS for Ruby 2.4.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。

...es を追加 7418

* Numeric
* Numeric#finite?, Numeric#infinite? を追加 12039

* Process
* macOS 10.12 から導入された CLOCK_MONOTONIC_RAW_APPROX, CLOCK_UPTIME_RAW,
CLOCK_UPTIME_RAW
_APPROX をサポートしました

* Rational
* Rational#round は half という...
...ジトリです。

* Zlib
* Zlib.gzip, Zlib.gunzip を追加 13020

=== C API の更新

* ruby_show_version() will no longer exits the process, if
RUBY_SHOW_COPYRIGHT_TO_DIE is set to 0. This will be the default in
the future.

* rb_gc_adjust_memory_usage() [Feature #12690]

===...