1.3 KiB
1.3 KiB
title | description | menu | weight | cascade | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
debug package | The `debug` package provides methods for debugging the Flux engine. |
|
21 |
|
The debug
package provides methods for debugging the Flux engine.
Import the internal/debug
package:
import "internal/debug"
Options
option debug.vectorize = false
vectorize
vectorize
controls whether the compiler attempts to vectorize Flux functions.
Functions
{{< children type="functions" show="pages" >}}