3个版本

0.0.3 2024年1月31日
0.0.2 2024年1月19日
0.0.1 2024年1月19日

#12#gizmo

每月32次 下载
用于 tracy-gizmos

MIT/Apache

14KB
203

🧰 tracy-gizmos-attributes

Latest Version MIT licensed Apache licensed API

概览

为使用 tracy-gizmos 区域进行函数插装的进程宏属性。

用法

Cargo.toml

[dependencies]
tracy-gizmos-attributes = "0.0.1"

现在可以将 #[instrument] 属性添加到函数中,以便在调用该函数时自动创建和进入一个 tracy-gizmos 区域。例如

#[tracy_gizmos_attributes::instrument]
fn work() {
    // do stuff
}

许可证

根据以下任一许可证授权:

任选其一。

贡献

除非您明确表示,否则任何旨在包含在本作品中的贡献,根据Apache-2.0许可证的定义,均应双授权如上所述,且不附加任何额外条款或条件。

无运行时依赖