Skip to content

Instantly share code, notes, and snippets.

@lulalala
Created July 22, 2015 02:09
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 lulalala/1b227940915c053acc16 to your computer and use it in GitHub Desktop.
Save lulalala/1b227940915c053acc16 to your computer and use it in GitHub Desktop.
sprockets time elapsed
start_time = Time.now.to_f
time_elapsed = lambda { ((Time.now.to_f - start_time) * 1000).to_i }
logger.info "#{msg} 404 Not Found (#{time_elapsed.call}ms)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment