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

Unified Diff: util/misc/clock.h

Issue 807973002: win: clock implementation (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: Created 6 years 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 | util/misc/clock.cc » ('j') | util/misc/clock_win.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: util/misc/clock.h
diff --git a/util/misc/clock.h b/util/misc/clock.h
index 88bdcd508c16d3bbed1def82b08b1c44c22e2306..e3f12ddfe07075b38a1c0f39f47e2496a93995a5 100644
--- a/util/misc/clock.h
+++ b/util/misc/clock.h
@@ -38,7 +38,7 @@ uint64_t ClockMonotonicNanoseconds();
//! may be slightly longer due to latencies and timer resolution.
//!
//! This function is resilient against the underlying `nanosleep()` system call
-//! being interrupted by a signal.
+//! being interrupted by a signal. On Windows, timeBeginPeriod is not adjusted.
Mark Mentovai 2014/12/16 23:06:53 nanosleep is a POSIXism, so that sentence should s
scottmg 2014/12/17 01:01:28 Done.
void SleepNanoseconds(uint64_t nanoseconds);
} // namespace crashpad
« no previous file with comments | « no previous file | util/misc/clock.cc » ('j') | util/misc/clock_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698