Show / Hide Table of Contents

Enum ProfilingStrategy

Represents the Wasmtime code profiling strategy.

Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public enum ProfilingStrategy : byte

Fields

Name Description
JitDump

Linux "jitdump" profiling.

None

Disable code profiling.

VTune

VTune code profiling.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX