mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
pps: Add panthor counters to Perfetto config files
v2: - Lower the counter_period_ns to match the minimum value in code Signed-off-by: Lukas Zapolskas <lukas.zapolskas@arm.com> Suggested-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
This commit is contained in:
parent
c7c0875500
commit
903a366173
2 changed files with 18 additions and 0 deletions
|
|
@ -21,6 +21,15 @@ data_sources {
|
|||
}
|
||||
}
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "gpu.counters.panthor"
|
||||
gpu_counter_config {
|
||||
counter_period_ns: 500000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "gpu.counters.v3d"
|
||||
|
|
|
|||
|
|
@ -73,6 +73,15 @@ data_sources {
|
|||
}
|
||||
}
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "gpu.counters.panthor"
|
||||
gpu_counter_config {
|
||||
counter_period_ns: 500000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "gpu.counters.v3d"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue