class Client
Defined at line 35 of file ../../src/graphics/drivers/msd-arm-mali/src/performance_counters.h
The client is what receives perf count dumps. If multiple clients are connected, each of them
will receive the same data.
Public Methods
void OnPerfCountDump (const std::vector<uint32_t> & dumped)
void OnPerfCountersCanceled (size_t perf_counter_size)
Called if the performance counters are cleared or become temporarily unavailable. Can happen
due to switching into protected mode.