Skip to content

Instantly share code, notes, and snippets.

@zanker
Last active October 21, 2017 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zanker/ec87eed594bf440a91018c1c4dc04e14 to your computer and use it in GitHub Desktop.
Save zanker/ec87eed594bf440a91018c1c4dc04e14 to your computer and use it in GitHub Desktop.
Thread.new do
started_at = Time.now.to_f
sleep 1
report_time("thread.contention", (Time.now.to_f - started_at - 1) * 1000)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment