summaryrefslogtreecommitdiff
path: root/src/_cpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/_cpu.h')
-rwxr-xr-xsrc/_cpu.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/_cpu.h b/src/_cpu.h
new file mode 100755
index 0000000..c3d9717
--- /dev/null
+++ b/src/_cpu.h
@@ -0,0 +1,28 @@
+/*
+ * org.tizen.taskmgr
+ * Copyright (c) 2012 Samsung Electronics Co., Ltd.
+ *
+ * Licensed under the Flora License, Version 1.0 (the License);
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://floralicense.org/license/
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an AS IS BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+
+#ifndef __TASKMANAGER_CPU_H__
+#define __TASKMANAGER_CPU_H__
+
+#include "taskmanager.h"
+
+int _get_sysconf(int *ncpu, long *tick);
+double _get_cpu_ratio(void *data, int ncpu, long tick);
+
+#endif
+/* __TASKMANAGER_CPU_H__ */