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:
committed by
Kieran Bingham
parent
1dcf9957a4
commit
f0a79dd68b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user