pub fn sort_processes(
procs: &mut [ProcessInfo],
field: SortField,
order: SortOrder,
)Expand description
Sorts procs in-place by field in the given order.
Name and User comparisons are case-insensitive.
pub fn sort_processes(
procs: &mut [ProcessInfo],
field: SortField,
order: SortOrder,
)Sorts procs in-place by field in the given order.
Name and User comparisons are case-insensitive.