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

Unified Diff: runtime/vm/os.h

Issue 109803002: Profiler Take 2 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « runtime/vm/native_symbol_win.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/os.h
diff --git a/runtime/vm/os.h b/runtime/vm/os.h
index 9eddae542321a7f8736dbb9c1ef1699a7fe5c81e..e2608531b74f21a16d707b80e7e6973f7e60396a 100644
--- a/runtime/vm/os.h
+++ b/runtime/vm/os.h
@@ -84,6 +84,9 @@ class OS {
// Sleep the currently executing thread for millis ms.
static void Sleep(int64_t millis);
+ // Sleep the currently executing thread for micros microseconds.
+ static void SleepMicros(int64_t micros);
+
// Debug break.
static void DebugBreak();
« no previous file with comments | « runtime/vm/native_symbol_win.cc ('k') | runtime/vm/os_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698