Lines Matching refs:hitrace
1 # hitrace chapter
32 …time. The trace file is in binary format and is generated in **/data/log/hitrace** by default. The…
38 1. Run the **hitrace -l** command to display the tag list.
40 
42 2. Run the **hitrace --trace_begin app** command to start capturing trace data of the application.
44 
46 3. Run the **hitrace --trace_finish** or **hitrace --trace_finish -o /data/local/tmp/test.ftrace** …
48 
50 4. Run the **hitrace -b 10240 -t 10 -o /data/local/tmp/test2.ftrace app ability** command to captur…
52 
59 5. Run the **hitrace --trace_dump** or **hitrace --trace_dump -o /data/local/tmp/test3.ftrace** com…
61 
63 …You can also run the **hitrace --trace_dump |grep \*\*\*** command to dump trace data based on key…
65 6. Run the **hitrace --start_bgsrv** command to enable trace collection in snapshot mode.
67 
69 7. Run the **hitrace --dump_bgsrv** command to enable trace collection in snapshot mode.
71 …By default, the trace information is stored in **/data/log/hitrace/**, which is in binary format. …
73 
75 8. Run the **hitrace --stop_bgsrv** command to disable trace collection in snapshot mode.
77 