Profile
Profile Frame Attributes
描述 Profile 中单个帧的来源。
Attributes
| 键 | Stability | Value Type | 描述 | Example Values |
|---|---|---|---|---|
profile.frame.type | 字符串 | 描述单个帧的解释器或编译器。 | cpython |
profile.frame.type 具有以下一系列知名值。如果其中一个适用,则必须使用相应的该值;否则,可以根据需要使用自定义值。
| 值 | 描述 | Stability |
|---|---|---|
beam | Erlang | |
cpython | Python | |
dotnet | .NET | |
go | Go, | |
jvm | JVM | |
kernel | 内核 | |
native | 可以是 C、C++、Go 或 Rust,但不仅限于此。如果可能,必须使用更精确的值。 | |
perl | Perl | |
php | PHP | |
ruby | Ruby | |
rust | Rust | |
v8js | V8JS |