Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一种工具可以分析发送到 ruby 应用程序中的对象(即方法调用)的消息?
理想情况下,该工具将创建一个(GraphViz)图表并能够在结果中过滤类(fi 仅监视特定于应用程序的类,而不是所有类,如字符串、数组和很多)。
除非您有 dtrace 支持,否则 rubyprof是下一个最好的选择。
至于绘图,您可能必须使用某种辅助分析包来获得所需的结果。