Table of Contents

Enum Platform

Namespace
BenchmarkDotNet.Environments
Assembly
BenchmarkDotNet.dll
public enum Platform
Extension Methods

Fields

AnyCpu = 0

AnyCPU

Arm = 3

ARM

Arm64 = 4

ARM64

Armv6 = 8

A 32-bit ARMv6 processor architecture.

LoongArch64 = 7

LOONGARCH64

Ppc64le = 9

A PowerPC 64-bit (little-endian) processor architecture.

S390x = 6

S390x

Wasm = 5

Wasm

X64 = 2

x64

X86 = 1

x86