Statistics

Contents

  • Getting started
    • Installation and integration into a project
    • Quick usage example
    • Fixed-point arithmetic for integer types
    • Notes
    • Configuring supported types
    • Further reading
  • User configuration
    • Overview
    • Type support toggles
    • Port layer (custom allocators/memcpy)
    • Runtime window configuration
    • Build system quick reference
    • Safety and constraints
    • Further reading
  • API reference
    • Overview
    • Groups
      • _STAT_SUPPORT_TYPE_INT
      • _STAT_SUPPORT_TYPE_FLOAT
      • samplesCnt
      • sampleIdx
      • itemSize
      • samples
      • enoughSamples
      • valid
      • Statistics_Init()
      • Statistics_Reset()
      • Statistics_Free()
      • Statistics_AddSample()
      • Statistics_HaveEnoughSamples()
      • Statistics_IsValid()
      • Statistics
    • Main structure
    • Header file
Statistics
  • Index

Index

_ | E | I | S | V

_

  • _STAT_SUPPORT_TYPE_FLOAT (C macro)
  • _STAT_SUPPORT_TYPE_INT (C macro)

E

  • enoughSamples (C++ member)

I

  • itemSize (C++ member)

S

  • sampleIdx (C++ member)
  • samples (C++ member)
  • samplesCnt (C++ member)
  • Statistics (C++ struct), [1], [2]
  • Statistics_AddSample (C++ function)
  • Statistics_Free (C++ function)
  • Statistics_HaveEnoughSamples (C++ function)
  • Statistics_Init (C++ function)
  • Statistics_IsValid (C++ function)
  • Statistics_Reset (C++ function)

V

  • valid (C++ member)

© Copyright 2025, Richard Kubíček.

Built with Sphinx using a theme provided by Read the Docs.