Skip to main content

Mojo struct

Unit

struct Unit

Time Unit used by Benchmark Report.

Implemented traits

AnyType, ImplicitlyDestructible

comptime members

__del__is_trivial

comptime __del__is_trivial = True

ms

comptime ms = "ms"

Milliseconds.

ns

comptime ns = "ns"

Nanoseconds.

s

comptime s = "s"

Seconds.

us

comptime us = "us"

Microseconds.

Was this page helpful?