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

Modified Timing service to be thread-safe #1245

Merged
merged 1 commit into from Oct 31, 2013

Commits on Oct 30, 2013

  1. Modified Timing service to be thread-safe

    The Timing service now records event information per stream and them does a reduction at end job. The service also uses a per thread stack to record module start times to properly handle unscheduled execution and task spawning cases where a module is called on the same thread as another running (but paused) module.
    Dr15Jones committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    3933a85 View commit details
    Browse the repository at this point in the history