José Fonseca

Results 215 comments of José Fonseca

Process Explorer is not open-source. It will just use DbgHelp.dll, and never try to use MgwHelp.dll. Note that although MgwHelp,dll strives to be a drop-in replacement for DbgHelp.dll, it does...

Ah, I see. I'm not sure when I'll get to look into this, but I agree it's an issue.

Indeed. I feel the need myself. Some UI would be nice, but it would take more time than I can afford. Maybe a simple `Done.` at the end would suffice.

I rather not maintain a complicated interface around ExcHndl. What I could consider is exposing what's currently under `src/common` to 3rd parties, as a _debug engine_ (similar to https://msdn.microsoft.com/en-us/library/bb145126.aspx )....

Sorry, @Bexa2 , I somehow missed this issue until now. I just ran the test suite with graphviz 2.50.0 and all went fine. If the issue is still there, please...

Sounds good. Please post a PR that includes the above plus the command line switch.

The only explanation I see is different Python versions. If you used Python 2 when capturing the stat files, then try invoking `gprof2dot` as python2 gprof2dot.py -f pstats cProfile.pstats

I'm not sure how practical it is to import data through a third tool, vs import it directly. But FlameGraph does look like an interesting tool, so I've added a...

I agree having a time unit (ms in particular) would be better. But I also don't know off hand if time units are being consistently parsed for all formats. This...

I think it might be easier to apply a (format-specific) conversion factor when parsing the stats, than to carry around the unit. I'm OK with storing internally all times in...