Closed GoogleCodeExporter closed 9 years ago
Hi Fabio,
> make gprof2dot easier to use programatically
From past experience, I doubt I can afford the burden of maintaining a library
interface for gprof2dot. I have very little time to maintain gprof2dot, and I
suspect the burden/restrain of maintaining a backwards compatible library
interface would make this even worse.
I'd prefer gprof2dot users used gprof2dot as a program to generate graphs from
profile data (that happens to be written in Python), as opposed to a Python
library to do that.
That's why I added the JSON format: for those tools that want generate profile
data without using arcane plain text format like gprof format, so library
interface is not needed.
Could you explain why you feel this is needed, over having PyDev spawning a
separate python process to run gprof2dot?
> I was wondering if you'd like to add a Travis integration [...]
I've been migrating all my repos to github, and I plan to do the same for
gprof2dot when I can make the time. I'll look into Travis integration then.
Original comment by Jose.R.F...@gmail.com
on 24 Oct 2014 at 1:26
I understand your point... for me, the strange thing is that I have everything
in-memory (in pstats format)... dumping to a file and calling an executable
does work, but it seems strange given that I have everything in hand.
Still, I understand if you don't want to merge that (I can keep it in my own
fork anyways, so, no harm done there).
Original comment by fabi...@gmail.com
on 24 Oct 2014 at 3:25
Original comment by Jose.R.F...@gmail.com
on 13 Mar 2015 at 7:11
Original issue reported on code.google.com by
fabi...@gmail.com
on 14 Oct 2014 at 4:56