I need to find a good IronPython profiler. On the net I found several Python profilers that won't work under IronPython or are not available. The best one so far is the one described here. It prints method names, inclusive/exclusive times and the number of calls. But it seems to be buggy because it doesn't print ALL of the methods and for some reason both the inclusive and exclusive times are the same.
Does anyone know about another way of profiling IronPython 2.7.5 code?