mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-11 16:32:58 +00:00
intel_gpu_top: initialize monitoring statistics at startup
This patch initializes the last_stats[] for registers prior to starting the monitoring itself. This way, the first measure will already contain the difference from the previous value instead of non-initialized value. Signed-off-by: Eugeni Dodonov <eugeni.dodonov@intel.com>
This commit is contained in:
@@ -16,8 +16,21 @@ 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 -e ["command to profile"]
|
||||
execute a command, and leave when it is finished. Note that the entire command
|
||||
with all parameters should be included as one parameter.
|
||||
.TP
|
||||
.B -h
|
||||
show usage notes
|
||||
.SH EXAMPLES
|
||||
.TP
|
||||
intel_gpu_top -o "cairo-trace-gvim.log" -s 100 -e "cairo-perf-trace /tmp/gvim"
|
||||
will run cairo-perf-trace with /tmp/gvim trace, non-interactively, saving the
|
||||
statistics into cairo-trace-gvim.log file, and collecting 100 samples per
|
||||
second.
|
||||
.PP
|
||||
Note that idle units are not
|
||||
displayed, so an entirely idle GPU will only display the ring status and
|
||||
|
||||
Reference in New Issue
Block a user