Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Issue #26: Scope stats on running, completed and panicked threads #27

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

Issue #26: Scope stats on running, completed and panicked threads #27

wants to merge 13 commits into from

Commits on Jul 25, 2018

  1. implemented 3 scope functions to keep track of the count of running, …

    …completed and panicked threads + some basic tests
    oliver-giersch committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    3cbddd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. implemented changes suggested in review (more exact running threads c…

    …ount + removing the Sentinel struct)
    oliver-giersch committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    cac8e37 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2018

  1. Merge branch 'master' into feature_scope_stats_#26

    # Conflicts:
    #	src/thread.rs
    oliver-giersch committed Jul 28, 2018
    Configuration menu
    Copy the full SHA
    054e386 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9b3b64 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    68bdcac View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    21b13d0 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. merge with master

    oliver-giersch committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    ff2c39b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82cec85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68e080e View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    8e32efd View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    97c922a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stat_counting' into feature_scope_stats_#26

    # Conflicts:
    #	src/thread.rs
    oliver-giersch committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    20d75b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    345abbe View commit details
    Browse the repository at this point in the history