标签: jruby valgrind profiler kcachegrind
是否可以将JRuby探查器图输出转换为valgrind格式(或任何其他方式可视化KCachegrind中的分析输出)?
答案 0 :(得分:0)
我认为我的新宝石'jruby-profiler-callgrind-printer'应该为你做的伎俩。它允许您直接输出callgrind格式化的探查器数据,然后可以使用Kcachegrind打开它。
您可以在此处详细了解:https://github.com/justfalter/jruby-profiler-callgrind-printer