Socket
Book a DemoInstallSign in
Socket

rack-profile

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rack-profile

0.5.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

= Rack::Profile

Assists in profiling your rack application.

== Installation

install

$ gem source add http://gems.github.com $ gem install ddollar-rack-profile

add a use line to your builder

require 'rack/debug' Rack::Builder.new do use Rack::Profile, :html => '/tmp/profile.html' run MyApp.new end

can specify any of three output types

use Rack::Profile, :html => 'profile.html', :text => 'profile.txt', :tree => 'profile.prof'

== Notes

Each request will overwrite any previous request's profile output. This is sufficient for my current needs, but I welcome patches to deal with this more gracefully.

== Copyright

Copyright (c) 2009 David Dollar. See LICENSE for details.

FAQs

Package last updated on 30 Aug 2009

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.