Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 2.57 KB

File metadata and controls

31 lines (24 loc) · 2.57 KB

Profile

Profile Frame Attributes

Describes the origin of a single frame in a Profile.

Attribute Type Description Examples Stability
profile.frame.type string Describes the interpreter or compiler of a single frame. cpython Development

profile.frame.type has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
beam Erlang Development
cpython Python Development
dotnet .NET Development
go Go, Development
jvm JVM Development
kernel Kernel Development
native Can be one of but not limited to C, C++, Go or Rust. If possible, a more precise value MUST be used. Development
perl Perl Development
php PHP Development
ruby Ruby Development
rust Rust Development
v8js V8JS Development