Binary package “kylin-time” in openkylin huanghe

GNU time utility rewritten in Rust - measure resource usage of programs

 The 'kylin-time' command runs another program, then displays information
 about the resources used by that program, collected by the system while
 the program was running. You can select which information is reported
 and the format in which it is shown, or have 'kylin-time' save the
 information in a file instead of display it on the screen.
 .
 The resources that 'kylin-time' can report on fall into the general
 categories of time, memory, I/O, and IPC calls.
 .
 This is a Rust rewrite of the GNU time utility (originally written by
 David Keppel, David MacKenzie, and Assaf Gordon), providing the same
 functionality with improved safety and reliability.