Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Unified Diff: tools/battor_agent/battor_agent.cc

Issue 1815383002: battor agent: Increases required time after clock sync to 100ms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent.cc
diff --git a/tools/battor_agent/battor_agent.cc b/tools/battor_agent/battor_agent.cc
index 53ed7685faefc709a83ae9eddef62e7e25ea4f41..05f478738abedc75a653580f6d15edc42bb5eceb 100644
--- a/tools/battor_agent/battor_agent.cc
+++ b/tools/battor_agent/battor_agent.cc
@@ -28,7 +28,7 @@ const uint8_t kReadRetryDelayMilliseconds = 1;
// The amount of time we need to wait after recording a clock sync marker in
// order to ensure that the sample we synced to doesn't get thrown out.
-const uint8_t kStopTracingClockSyncDelayMilliseconds = 50;
+const uint8_t kStopTracingClockSyncDelayMilliseconds = 100;
// Returns true if the specified vector of bytes decodes to a message that is an
// ack for the specified control message type.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698