From db71728e5bc139ecfa97823e5613d882257cef4c Mon Sep 17 00:00:00 2001 From: "deanm@google.com" Date: Wed, 27 Aug 2008 13:48:03 +0000 Subject: Make perftimer and run_all_perftests compile on Posix. Stub out a few things into process_util_posix, and add a function to raise to a high priority. BUG=1343318 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1438 0039d316-1c4b-4281-b951-d872f2087c98 --- base/process_util_win.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'base/process_util_win.cc') diff --git a/base/process_util_win.cc b/base/process_util_win.cc index f09228fb..aad336cf 100644 --- a/base/process_util_win.cc +++ b/base/process_util_win.cc @@ -594,5 +594,8 @@ bool EnableLowFragmentationHeap() { return true; } -} // namespace process_util +void RaiseProcessToHighPriority() { + SetPriorityClass(GetCurrentProcess(), HIGH_PRIORITY_CLASS); +} +} // namespace process_util -- cgit v1.1