blob: 0b1b9fd5549101cd251fd234a11faeb104fe527e [file] [log] [blame]
+---------------------------------------------------------------------------+
| Copyright (c) 2010 The Chromium OS Authors. All rights reserved. |
| Use of this source code is governed by a BSD-style license that can be |
| found in the LICENSE file. |
| |
| README |
+---------------------------------------------------------------------------+
This tool is used to post process the data gathered by the profiler in
profiler.h in ChromeOS.
Build:
make OR make prof_analysis
Remove:
make clean
Usage:
./prof_analysis profile-filename [detail] [> outputfile]
Examples:
./prof_analysis prof_chromeos-wm.LATEST > out.csv
./prof_analysis prof_chromeos-wm.LATEST detail > out_detail.csv
profile-filename - the path to the profile generated by the proiler
[detail] - specified if user wants detailed frame by frame data
[> outputfile] - if omitted, the output is to standard output