0

Is it possible to convert JRuby profiler graph output to valgrind format (or any other way to visualise profiling output in KCachegrind)?

samuil
  • 5,001
  • 1
  • 37
  • 44

1 Answers1

0

I think my new gem, 'jruby-profiler-callgrind-printer', should do the trick for you. It allows you to directly output callgrind formatted profiler data, which can then be opened up with Kcachegrind.

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