2864f8d3fcd6 while working on py3 fix, take out the name building out of the
loop so we were not building the new stack-name for each i, rather we were using
the first one again and again.
The test changes shows the profile is now working.
hg-reviewers |
2864f8d3fcd6 while working on py3 fix, take out the name building out of the
loop so we were not building the new stack-name for each i, rather we were using
the first one again and again.
The test changes shows the profile is now working.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
tests/test-profile.t | ||
---|---|---|
93 | I tried to glob this one by putting * at various places but I failed. Any help/suggestion on how to glob this will be helpful. |
+ time seconds seconds name
+ 92.55 0.02 0.02 sleepext.py:7:sleep$ cat ../out | statprofran
I tried to glob this one by putting * at various places but I failed. Any help/suggestion on how to glob this will be helpful.
Fixed this as * sleepext.py:*:sleep (glob) and queued, thanks.
I tried to glob this one by putting * at various places but I failed. Any help/suggestion on how to glob this will be helpful.