3 个不稳定版本
0.2.0 | 2024 年 6 月 15 日 |
---|---|
0.1.1 | 2024 年 6 月 13 日 |
0.1.0 | 2024 年 6 月 11 日 |
#2696 在 命令行实用工具
190KB
913 行
入门
运行 Sprofile 最简单的方法是从 crates.io 安装它
cargo install sprofile
但是,如果您想查看特定操作系统的安装指南,请参阅安装部分.
安装
-
Arch Linux
使用我们的 AUR 软件包 在基于 Arch Linux 的机器上安装 Sprofile。
yay -S sprofile
-
从源代码构建
依赖关系
* 通过 CLI 下载源代码时所需
说明
首先,下载最新源代码
curl -s https://api.github.com/repos/goodboyneon/sprofile/releases/latest | jq -r '.tarball_url' | xargs curl -L -o sprofile.tar.gz
然后,解压 tar 并进入它
tar -xzf sprofile.tar.gz cd sprofile/
最后,使用
cargo
构建文件cargo build
现在,您可以使用
cargo
运行 Sprofilecargo run
为了方便,您可以创建一个可执行文件,并将其从文件系统的任何位置运行。
使用
要运行 Sprofile,只需在您的 shell 中运行 sprofile
sprofile
如果您使用 cargo 安装了 Sprofile,则运行可执行文件
~/.cargo/bin/sprofile
许可证
依赖关系
~22–56MB
~1M SLoC