pub struct Info { /* private fields */ }
Expand description

Global Julia information.

Implementations

Number of threads the CPU supports.

Number of threads Julia can use.

The page size used by the garbage collector.

The allocation granularity.

Returns true if a debug build of Julia is used.

Name and information of the kernel.

The CPU architecture.

The major version of Julia.

The minor version of Julia.

The patch version of Julia.

Returns true if a release version of Julia is used.

Returns the git branch that was used to compile the used version of Julia.

Returns the git commit that was used to compile the used version of Julia.

Returns the version string of the used version of Julia.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.