mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
Add support for ARM counters
Adding support for ARM counters via a third-party lib. The main target platform is Android.
This commit is contained in:
committed by
Baldur Karlsson
parent
6a2415f334
commit
f1bd727dff
@@ -177,6 +177,10 @@ QTableWidgetItem *PerformanceCounterViewer::MakeCounterResultItem(const CounterR
|
||||
|
||||
case CounterUnit::Absolute:
|
||||
case CounterUnit::Ratio: break;
|
||||
|
||||
case CounterUnit::Hertz: returnValue += lit(" Hz"); break;
|
||||
case CounterUnit::Volt: returnValue += lit(" V"); break;
|
||||
case CounterUnit::Celsius: returnValue += lit(" °C"); break;
|
||||
}
|
||||
|
||||
return new CustomSortedTableItem(returnValue, SortValue(result, description));
|
||||
|
||||
Reference in New Issue
Block a user