software_isp: benchmark: Add missing _ postfix to measure data member

All class data members should have a _ postifx, add the missing _ postfix
to the Benchmark::measure_ data member.

Signed-off-by: Hans de Goede <johannes.goede@oss.qualcomm.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Milan Zamazal <mzamazal@redhat.com>
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Hans de Goede
2026-02-15 10:44:17 +01:00
committed by Kieran Bingham
parent 1dcf9957a4
commit f0a79dd68b
2 changed files with 6 additions and 6 deletions
@@ -28,7 +28,7 @@ public:
private:
timespec frameStartTime_;
bool measure;
bool measure_;
/* Skip 30 frames for things to stabilize then measure 30 frames */
unsigned int encounteredFrames_ = 0;
int64_t frameProcessTime_ = 0;