diff TaskManager/kernel/ppe/TaskManager.h @ 672:3b6290c05f9f

add profiling code
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 05 Dec 2009 20:20:08 +0900
parents 0558abba673c
children d3afc8777daa
line wrap: on
line diff
--- a/TaskManager/kernel/ppe/TaskManager.h	Sat Dec 05 17:26:58 2009 +0900
+++ b/TaskManager/kernel/ppe/TaskManager.h	Sat Dec 05 20:20:08 2009 +0900
@@ -29,6 +29,9 @@
     Scheduler *get_scheduler();
     MemList* createMemList(int size, int count);
 
+    void start_profile() { m_impl->start_profile(); }
+    void show_profile() { m_impl->show_profile(); }
+
     /* functions */
     void init();
     void finish();