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

Update heartbeats-simple dependencies for bug fixes #15458

Merged
merged 4 commits into from Feb 22, 2017

Commits on Feb 20, 2017

  1. Update heartbeats-simple to 0.4; Include recently added profiler cate…

    …gories in heartbeat logging
    connorimes committed Feb 20, 2017
  2. Create heartbeats dynamically as needed - avoids the need for hardcod…

    …ing and maintaining heartbeats for profiler categories.
    
    Use consistent variable names.
    Use Box::into_raw and Box::from_raw instead of std::mem::transmute.
    connorimes committed Feb 20, 2017
  3. Handle synchronization in a private module with safer closure

    connorimes committed Feb 20, 2017
You can’t perform that action at this time.