Show More
@@ -704,7 +704,7 b' def display_hotpath(data, fp, limit=0.05' | |||
|
704 | 704 | # Make frames that didn't actually perform work dark grey |
|
705 | 705 | elif node.count - childrensamples == 0: |
|
706 | 706 | finalstring = '\033[90m' + finalstring + '\033[0m' |
|
707 |
|
|
|
707 | fp.write(finalstring + b'\n') | |
|
708 | 708 | |
|
709 | 709 | newdepth = depth |
|
710 | 710 | if len(visiblechildren) > 1 or multiple_siblings: |
General Comments 0
You need to be logged in to leave comments.
Login now