Skip to documentation
SLOP

tiny.machine.Profile

Reference tiny.machine Profile

Defined in profile.types.

One execution contract, the backend chosen to run it, and the determinism claims that pairing makes define a profile.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callsprofile.typesProfile
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/machine/src/profile/types.zig:142

zig
/// One execution contract, the backend chosen to run it, and the determinism claims/// that pairing makes define a profile. A caller hands one of these to an instance,/// a checkpoint, or a world so that code knows the rules.pub const Profile = struct {    contract: Contract,    backend: BackendSemantics,    claims: determinism.Claims,};

Source: lib/machine/src/root.zig:104

zig
pub const Profile = profile.Profile;

Also reachable as

profile.Profile.

Audit

Definitions1
Public names3
Members3
Version26.7.0
Revisiondaab053ee433