未验证 提交 19226ba8 编写于 作者: Y Yiqun Liu 提交者: GitHub

Simplify the timeline, to remove the prefix of each event. (#28723)

上级 20b12765
......@@ -58,7 +58,7 @@ class _ChromeTraceFormatter(object):
event = {}
event['ph'] = ph
event['cat'] = category
event['name'] = name
event['name'] = name.replace("ParallelExecutor::Run/", "")
event['pid'] = pid
event['tid'] = tid
event['ts'] = timestamp
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册