Chrome about:tracing 和 Android systrace 的JavaScript前端:Trace-Viewer
Trace-Viewer是Chrome about:tracing 和 Android systrace 的javascript前端。
它提供了多種類型跟蹤文件的豐富的分析和可視化功能。它特別適合于查看linux kernel traces 和 Chrome的trace_event format。Trace viewer 可以嵌入到你的代碼中作為一個組件,or used from a plain checkout to turn trace files into standalone, emailable HTML files from the commandline:
trace2html my_trace.json --output=my_trace.html && open my_trace.html
Its easy to extend trace viewer to support your favorite trace format, or add domain specific visualizations to the UI to simplify drilling down into complex data.
項目主頁:http://www.baiduhome.net/lib/view/home/1424578942450
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!