package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Constants

AllInitialCommandsLive forces all initial commands to be considered as live when computing dead code elimination.
DeadSubCmdElimination prevents the elimination of subcommands in dead code elimination.
DebugDeadCodeElimination activates various debug logs related to dead code elimination.
DebugReplay activates various debug logs related to replay.
DebugReplayBuilder activates various debug logs and checks related to the creation of a replay payload.
DisableDeadCodeElimination prevents the early computation of the dependency graph.
DumpReplayProfile dumps the perfetto trace of a replay profile.
LogExtrasInTransforms logs all commands' extras together with transforms.
LogInitialCmdsToCapture creates a gfxtrace that stores initial commands.
LogMappingsToFile logs all mappings at the end of the replay from original trace handles to replay client handles (if handles are reused in the trace it will only print the last mapping).
LogMemoryInExtras logs all commands' read/write memory observation together with extras.
LogTransformsToCapture creates a gfxtrace that stores the commands obtained after all transforms have been applied.
LogTransformsToFile logs all commands seen by each transform into a separate file for each transform.