Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.16 KB

File metadata and controls

29 lines (22 loc) · 2.16 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 Experimental

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
cpython Python Experimental
dotnet .NET Experimental
jvm JVM Experimental
kernel Kernel Experimental
native C, C++, Go, Rust Experimental
perl Perl Experimental
php PHP Experimental
ruby Ruby Experimental
v8js V8JS Experimental