diff options
author | Eugeni Dodonov <eugeni.dodonov@intel.com> | 2011-09-05 19:39:58 -0300 |
---|---|---|
committer | Eugeni Dodonov <eugeni.dodonov@intel.com> | 2011-09-05 19:45:01 -0300 |
commit | c2983f24e34936fd9e0d513922af70485d579e61 (patch) | |
tree | a7e60bad9aafc3f2e2ee42568579c692b74e17b1 /man | |
parent | 83047e9a5e7563bb7dd7085de5f27b55d3c2f16e (diff) |
intel_gpu_top: support non-interactive mode
This patch adds support for non-interactive mode, invoked by running with
'-o output' switch. In this case, no interactive output is being
performed, but the execution statistics are being saved into the output
file.
The output file is generated in both human and gnuplot-readable format.
Unlike interactive mode, where non-supported pipes and non-active
registers are skipped, the content of such pipes and registers is recorded
into the log file to simplify parsing and standardize the list of columns.
Also, unlike interactive mode, the registers are not sorted according to
the usage - this way, their variation over time can be analysed offline.
Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
Diffstat (limited to 'man')
-rw-r--r-- | man/intel_gpu_top.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/intel_gpu_top.1 b/man/intel_gpu_top.1 index 2cbbec98..bca83f0d 100644 --- a/man/intel_gpu_top.1 +++ b/man/intel_gpu_top.1 @@ -16,6 +16,9 @@ privilege to map the graphics device. .B -s [samples per second] number of samples to acquire per second .TP +.B -o [output file] +run non-interactively and collect usage statistics to [file] +.TP .B -h show usage notes .PP |