struct System::ResourceUsage
- System::ResourceUsage
- Struct
- Value
- Object
Defined in:
stdlib/resource.crConstructors
Instance Method Summary
- #blocks_in : Int64
- #blocks_out : Int64
- #involuntary_context_switches : Int64
- #major_page_faults : Int64
- #max_rss : Int64
- #minor_page_faults : Int64
- #sys_time : Time::Span
- #user_time : Time::Span
- #voluntary_context_switches : Int64