Equalizer logo
Collage logo
GPU-SD logo

Statistics Overlay

Author: eilemann@gmail.com
State: Implemented in 0.5.1

Overview

Statistics Overlay
Statistics Overlay

Statistics are send as events to the application node. On the application node, Config::handleEvent sorts the events per frame and per originator (channel, window, config). Events for up to latency + 1 frames are kept by the eq::Config on the application node.

Statistics can be visualized by calling Channel::drawStatistics. The Equalizer examples use the 's' key to toggle statistics drawing on and off.

Details

Statistics Overlay
Statistics Overlay with Explanations

API

    virtual void Channel::drawStatistics();

File Format

Additional statistics file format:

  global
  {
      EQ_WINDOW_IATTR_HINT_STATISTICS    off | fastest [on] | nicest
  }
  window
  {
      attributes
      {
          hint_statistics     off | fastest [on] | nicest
      }
  }

Open Issues

None

3D model courtesy of Cyberware, Inc.