Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / README.md
1 Trace-Viewer is the javascript frontend for Chrome [about:tracing](http://dev.chromium.org/developers/how-tos/trace-event-profiling-tool) and [Android
2 systrace](http://developer.android.com/tools/help/systrace.html). It provides rich analysis and visualization capabilities for trace
3 files, supporting both the linux kernel trace format and Chrome's
4 base/trace_event.
5
6 Supported File formats
7 ===========================================================================
8  * [Trace Event Format](https://docs.google.com/document/d/1CvAClvFfyA5R-PhYUmn5OOQtYMH4h6I0nSsKchNAySU/edit?usp=sharing)
9  * Linux kernel traces
10
11
12 Quick-start
13 ===========================================================================
14 To work on this code, from toplevel
15   ./run_dev_server
16
17 In any browser, navigate to
18   http://localhost:8003/
19
20 Make sure tests pass before committing.
21
22
23 To help out with trace-viewer
24 ===========================================================================
25 Check out the [trace-viewer wiki](https://github.com/google/trace-viewer/wiki).
26