displayDecoderSnapshot static method

PixaDisplayDecoderSnapshot displayDecoderSnapshot()

Captures only completion-gate state for low-overhead frame instrumentation.

Implementation

static PixaDisplayDecoderSnapshot displayDecoderSnapshot() {
  return pixaDisplayDecoder.snapshot();
}