首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 一种红宝石记忆分析器

一种红宝石记忆分析器

  • 资源大小:8.50 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 分析器 红宝石 记忆

资 源 简 介

A rudimentary Ruby memory profiler that uses pure in-VM techniques to analyse the object space and attempt to determine memory usage trends. Takes instantaneous snapshots, and can be used to determine trends between subsequent instances. Can also be used to detect memory leaks (obscure object references, etc.) in particular blocks or sections of code. Note that this uses pure Ruby code and techniques, without patches to the VM. As such it is trivial to install and use, but it doesn"t have access to raw memory management/garbage collection data, so is forced to estimate, and it will affect performance noticeably. It has been tested with the following Ruby versions (ruby -v): * ruby 1.8.7 (2009-06-12 patchlevel 174) [i486-linux] * ruby 1.9.1p243 (2009-07-16 revision 24175) [i486-linux] This project was inspired by the similar Ruby memory profiler at http://code.google.com/p/ruby

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.148418s