Commit dad02b4
committed
Fixing some problems with makeProfileGraph
All arguments are now optional.
I was having problems with importing gprof2dot:
```
from external.gprof2dot import gprof2dot
```
works on Pharos with python 2.6
```
from external import gprof2dot
```
works on my Mac with python 2.7. There should be a better way of handling it.1 parent f716b5b commit dad02b4
File tree
3 files changed
+2237
-7
lines changed- external
- gprof2dot
3 files changed
+2237
-7
lines changed
0 commit comments