valgrind - Using KCachegring with JRuby profiler -


is possible convert jruby profiler graph output valgrind format (or other way visualise profiling output in kcachegrind)?

i think new gem, 'jruby-profiler-callgrind-printer', should trick you. allows directly output callgrind formatted profiler data, can opened kcachegrind.

you can read more here: https://github.com/justfalter/jruby-profiler-callgrind-printer


Comments