Skip to content

Commit

Permalink
Update lib/pysquared/battery_helper.py
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Gay <[email protected]>
  • Loading branch information
blakejameson and nateinaction authored Jan 24, 2025
1 parent bf0a94a commit 4a447aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pysquared/battery_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def debug_timing(self):
total_time = (time.monotonic() - start) * 1000

self.logger.info(
"timing analysis",
send_time=f"{send_time:.2f}ms",
read_time=f"{read_time:.2f}ms",
parse_time=f"{parse_time:.2f}ms",
Expand Down

0 comments on commit 4a447aa

Please sign in to comment.