Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #3479 > unrolled thread

[ANN] ruby-prof 0.10.5

Started byRoger Pack <rogerpack2005@gmail.com>
First post2011-04-25 16:53 -0500
Last post2011-04-29 13:04 -0500
Articles 5 — 2 participants

Back to article view | Back to comp.lang.ruby


Contents

  [ANN] ruby-prof 0.10.5 Roger Pack <rogerpack2005@gmail.com> - 2011-04-25 16:53 -0500
    Re: [ANN] ruby-prof 0.10.5 Suraj Kurapati <sunaku@gmail.com> - 2011-04-25 20:06 -0500
      Re: [ANN] ruby-prof 0.10.5 Roger Pack <rogerpack2005@gmail.com> - 2011-04-26 11:33 -0500
        Re: [ANN] ruby-prof 0.10.5 Suraj Kurapati <sunaku@gmail.com> - 2011-04-26 12:01 -0500
          Re: [ANN] ruby-prof 0.10.5 Roger Pack <rogerpack2005@gmail.com> - 2011-04-29 13:04 -0500

#3479 — [ANN] ruby-prof 0.10.5

FromRoger Pack <rogerpack2005@gmail.com>
Date2011-04-25 16:53 -0500
Subject[ANN] ruby-prof 0.10.5
Message-ID<40a63a83038784ea2fe793dd51d71461@ruby-forum.com>
Pleased to announce ruby-prof gem's 0.10.5

Recent fixes:

*New graph outputter call stack, with cool collapsible elements
  ex: http://rogerdpack.t28.net/dev/ruby-prof/examples/stack.html
* It can now profile rubygems' load time itself.
* It is now compatible with 1.9.2 (thanks skaes).
* graphviz outputter added
* linux timing is more precise now (thanks Goncalo Silva).

More info:

https://github.com/rdp/ruby-prof

Many thanks to people who have sent me patches over time, making this a
community effort.

Enjoy.
-r

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [next] | [standalone]


#3487

FromSuraj Kurapati <sunaku@gmail.com>
Date2011-04-25 20:06 -0500
Message-ID<3639b912f186e621e77cc00fb3079985@ruby-forum.com>
In reply to#3479
Roger Pack wrote in post #994966:
> * New graph outputter call stack, with cool collapsible elements
> ex: http://rogerdpack.t28.net/dev/ruby-prof/examples/stack.html

Would it be possible for users that do not have or cannot use
TextMate to choose a URL prefix other than `txmt://open?url=`?

Thanks for your consideration.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#3522

FromRoger Pack <rogerpack2005@gmail.com>
Date2011-04-26 11:33 -0500
Message-ID<b90e531342308384e20fa8f2100698a5@ruby-forum.com>
In reply to#3487
>> * New graph outputter call stack, with cool collapsible elements
>> ex: http://rogerdpack.t28.net/dev/ruby-prof/examples/stack.html
>
> Would it be possible for users that do not have or cannot use
> TextMate to choose a URL prefix other than `txmt://open?url=`?

Oops those were copied from an OS X box.

On anything besides OS X currently it defaults to links like this 
currently:

file://full/path?line=linenum

Is this ok, or any other preference?
Thanks!
-r

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#3523

FromSuraj Kurapati <sunaku@gmail.com>
Date2011-04-26 12:01 -0500
Message-ID<fde15abba8d8015b27c271f87be25740@ruby-forum.com>
In reply to#3522
Roger Pack wrote in post #995145:
>> Would it be possible for users that do not have or cannot use
>> TextMate to choose a URL prefix other than `txmt://open?url=`?
>
> On anything besides OS X currently it defaults to links like this
> currently:
>
> file://full/path?line=linenum
>
> Is this ok, or any other preference?

That's fine, but I would suggest a URI fragment instead:

  file://full/path#linenum

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [next] | [standalone]


#3704

FromRoger Pack <rogerpack2005@gmail.com>
Date2011-04-29 13:04 -0500
Message-ID<2dccf11da1e913b2b85da6d425cb8741@ruby-forum.com>
In reply to#3523
>> file://full/path?line=linenum
>>
>> Is this ok, or any other preference?
>
> That's fine, but I would suggest a URI fragment instead:
>
>   file://full/path#linenum

Ok, done and released for 0.10.6
Thanks for the feedback.

-r

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web