Macros

Makes an existing timer output a ‘finished’ message and suppresses the normal drop message. Only the first call has any effect, subsequent calls will be ignored.

Makes an existing timer output an ‘lap’ message. Can be called multiple times.

Initializes a timer that logs a start and finish message.

Structs

Enums

Functions

Returns the directory for accessing resources from Aleo storage. The expected directory path to be returned is ~/.aleo/.

Returns the directory for accessing the ledger files from Aleo storage.

Returns the directory for accessing the operator files from Aleo storage.

Returns the directory for accessing the prover files from Aleo storage.

Returns a new Cpu enum.

Attribute Macros

Instruments the function with an timer!, which logs two messages, one at the start of the function and one at the end of execution stating the elapsed time.