Module: Process
- Defined in:
- (unknown)
Class Method Summary collapse
Class Method Details
.crusage(*args) ⇒ Object
65 66 67 |
# File 'ext/rusage/rusage.c', line 65
static VALUE crusage_get(int argc, VALUE* argv, VALUE mod){
return do_rusage_get(RUSAGE_CHILDREN);
}
|
.rusage(*args) ⇒ Object
61 62 63 |
# File 'ext/rusage/rusage.c', line 61
static VALUE rusage_get(int argc, VALUE* argv, VALUE mod){
return do_rusage_get(RUSAGE_SELF);
}
|