##// END OF EJS Templates
statprof: remove a line of deadcode...
Alex Gaynor -
r35414:c8e8e14a default
parent child Browse files
Show More
@@ -815,7 +815,6 b' def write_to_chrome(data, fp, minthresho'
815 tos = sample.stack[0]
815 tos = sample.stack[0]
816 name = tos.function
816 name = tos.function
817 path = simplifypath(tos.path)
817 path = simplifypath(tos.path)
818 category = '%s:%d' % (path, tos.lineno)
819 stack = tuple((('%s:%d' % (simplifypath(frame.path), frame.lineno),
818 stack = tuple((('%s:%d' % (simplifypath(frame.path), frame.lineno),
820 frame.function) for frame in sample.stack))
819 frame.function) for frame in sample.stack))
821 qstack = collections.deque(stack)
820 qstack = collections.deque(stack)
General Comments 0
You need to be logged in to leave comments. Login now