comparison TaskManager/Fifo/FifoTaskManagerImpl.cc @ 673:d9111086b2c4

profiling worked.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 05 Dec 2009 20:54:12 +0900
parents 3b6290c05f9f
children bde5f13adf10
comparison
equal deleted inserted replaced
672:3b6290c05f9f 673:d9111086b2c4
63 mainTaskList = taskListImpl->create(); 63 mainTaskList = taskListImpl->create();
64 64
65 65
66 } 66 }
67 67
68 void FifoTaskManagerImpl::show_profile() {} 68 void FifoTaskManagerImpl::show_profile() {
69 printf("HEHEHEHEH\n");
70 }
69 void FifoTaskManagerImpl::start_profile() {} 71 void FifoTaskManagerImpl::start_profile() {}
70 72
71 /** 73 /**
72 * スケジューラに渡す TaskList を取得する。 74 * スケジューラに渡す TaskList を取得する。
73 * 75 *