1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ChangeLog; fix typos in r43170.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2013-10-09 14:14:52 +00:00
parent e3a716a2ab
commit 372eb2cbfe

View file

@ -189,9 +189,9 @@ Mon Oct 7 16:12:36 2013 Koichi Sasada <ko1@atdot.net>
* VALUE rb_profile_frame_singleton_method_p(VALUE frame);
Get information about each frame.
These APIs are designed for profilers, for example, no objectallocation,
These APIs are designed for profilers, for example, no object allocation,
and enough information for profilers.
In this version, this API collects only collect Ruby level frames.
In this version, this API collects only Ruby level frames.
This issue will be fixed after Ruby 2.1.
* vm_backtrace.c: implement above APIs.