Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testdata statistics #31

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Testdata statistics #31

wants to merge 12 commits into from

Commits on Nov 9, 2021

  1. Event and PrintStats

    alfert committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e7e4781 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. improved documentation

    alfert committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7bb727e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89a45f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2021

  1. Configuration menu
    Copy the full SHA
    4b7466d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c95998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    671efae View commit details
    Browse the repository at this point in the history
  4. Simplified, shortened, and (hopyfully) thread-safe

     It uses now a mutex to protect both,
     writing to the stats and printing the stats.
    The channels are gone. Since printing is done after finishing the property,
    there should be most likely no still running
    go-routines exposing event - but if so,
    then we will miss them. This is ok.
    alfert committed Nov 17, 2021
    Configuration menu
    Copy the full SHA
    b40be41 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Configuration menu
    Copy the full SHA
    f4685c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae7fb62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a507a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. call Helper() on tb, not on t

    alfert committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    f0e64f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc8b2e0 View commit details
    Browse the repository at this point in the history