Table of Contents

Class ProfilerTrace

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class ProfilerTrace
Inheritance
ProfilerTrace
Inherited Members

Constructors

ProfilerTrace()

public ProfilerTrace()

Fields

Frames

[Value("frames")]
public required List<ProfilerFrame> Frames

Field Value

List<ProfilerFrame>

Resources

[Value("resources")]
public required List<string> Resources

Field Value

List<string>

Samples

[Value("samples")]
public required List<ProfilerSample> Samples

Field Value

List<ProfilerSample>

Stacks

[Value("stacks")]
public required List<ProfilerStack> Stacks

Field Value

List<ProfilerStack>