Name Date Size #Lines LOC

..--

MediaPerfParserHD25-Apr-20251 MiB

Readme.txtH A D25-Apr-20251.7 KiB2016

igfx_user_feature.txtH A D25-Apr-2025312 1615

igfx_user_feature_next.txtH A D25-Apr-2025197 87

Readme.txt

1Introduction
2    The purpose of UMD Perf Profiler is to collect the performance data of media tasks, which can help us to know the workloads on GPU side. You can get the media tasks' timing, FPS and concurrency between GPU engines.
3
4Usage
5• Step1: Build and install the latest internal-release version driver
6
7• Step2: Update igfx_user_feature_next file(before device-based driver use igfx_user_feature file)
8    Copy the igfx_user_feature_next.txt/igfx_user_feature.txt into /etc/ directory.
9    You will see some keys with default values in igfx_user_feature.txt.
10    -    Perf Profiler Buffer Size – Size of Perf profiler buffer, if not set will use the default value.
11    -    Perf Profiler Enable  - Enable/Disable UMD Perf Profiler, 1 – Enable, 0 – Disable
12    -    Perf Profiler Output File Name – The name of Perf Profiler output, if not set will use the default value.
13    -    Perf Profiler Multi Process Support  - Enable/Disable multi session data capture, 1 – Enable, 0 – Disable
14
15• Step3: Run your test case
16    When finish your test case, you will see a bin file under your working directory which is named as set by “Perf Profiler Output File Name” in igfx_user_feature. If you didn’t set this key, the default name should be “linux_perf_out.bin17
18• Step4: Parser you bin file using MediaPerfParser
19    You will get the performance report by running ./MediaPerfParser linux_perf_out.bin.
20    Two csv files will be generated. You will see the per-frame data in raw data file. In the result.csv, you can get the kernel timing and tasks on each function/engine. Also you can get the total timing of this test case, FPS of encoding/decoding, and concurrency between engines.