test structure refactoring, unifying with aqlprofile
Change-Id: Icad642413c7edb27885effc9da3524cf3899f8de
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
# Filter by dispatches range, GPU index and kernel names
|
||||
<metric
|
||||
# range format "3:9"
|
||||
range=""
|
||||
# list of gpu indexes "0,1,2,3"
|
||||
gpu_index=""
|
||||
# list of matched sub-strings "Simple1,Conv1,SimpleConvolution"
|
||||
kernel=""
|
||||
></metric>
|
||||
|
||||
# List of metrics
|
||||
<metric
|
||||
name=SQ_CYCLES,SQ_WAVES,SQ_INSTS_SMEM,SQ_INSTS_VALU,TA_FLAT_WRITE_WAVEFRONTS[0],TA_FLAT_WRITE_WAVEFRONTS[1],CPC_ALWAYS_COUNT,CPC_ME1_STALL_WAIT_ON_RCIU_READ,GPUBusy,VALUBusy,SALUBusy,MemUnitBusy,SFetchInsts,FetchSize,VWriteInsts,WriteSize
|
||||
></metric>
|
||||
|
||||
# SQTT trace with parameters
|
||||
<trace name="SQTT">
|
||||
<parameters
|
||||
MASK=0x0f00
|
||||
TOKEN_MASK=0x144b
|
||||
TOKEN_MASK2=0xffff
|
||||
></parameters>
|
||||
</trace>
|
||||
Reference in New Issue
Block a user