Hi Derrick,
I'm not sure this code is working on my end. For example
when I run
>python parseRprof.py ./CompletedProf/doRun_labMac.out
I get:
Traceback (most recent call last):
File "parseRprof.py", line 54, in <module>
toplevel.add_children(reversed(samp))
File "parseRprof.py", line 22, in add_children
if len(child_list) == 0:
TypeError: object of type 'listreverseiterator' has no len()
It seems like I have things set up correctly but I could be running it
wrong
-Dan