#cpu #rss #measure #process #time #cpu-time #command-line-tool

app t-cmd

CLI工具,用于测量进程的CPU时间和RSS

1个不稳定版本

0.1.0 2021年11月20日

#315 in 性能分析

MIT/Apache

7KB
93

t

A Linux CLI工具,用于测量进程的时间和内存使用情况。在某种程度上,默认情况下比/usr/bin/time有更好的输出。

示例

$ cd ~/projects/ndarray
$ touch src/lib.rs && t cargo test --no-run -q
real 2.30s
cpu  25.57s (20.17s user + 5.40s sys)
rss  273.46mb

安装

$ cargo install t-cmd

二进制文件名为t

维护

"在我的机器上运行良好"并且主要针对我的个人用例已完成。愿意将所有权转让给想要添加更多平台支持、适当文档、CLI选项等的人。

无运行时依赖