Mercurial > hg > Game > Cerium
comparison TaskManager/Fifo/FifoTaskManagerImpl.h @ 1479:163220e54cc0 draft
remove hard code for TaskLog
author | Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 24 Jul 2012 17:15:15 +0900 |
parents | ae5fb867cf84 |
children | e8c9a7099bcc |
comparison
equal
deleted
inserted
replaced
1478:beda5f2f88ce | 1479:163220e54cc0 |
---|---|
20 MailManager *mailManager; | 20 MailManager *mailManager; |
21 MainScheduler *mainScheduler; | 21 MainScheduler *mainScheduler; |
22 | 22 |
23 /* functions */ | 23 /* functions */ |
24 // call by system | 24 // call by system |
25 void init(int spuIdle, int useRefDma); | 25 void init(int spuIdle, int useRefDma, int export_task_log); |
26 void init(MainScheduler*, TaskManagerImpl*, int); | 26 void init(MainScheduler*, TaskManagerImpl*, int); |
27 void poll(); // called from CellTaskManagerImpl | 27 void poll(); // called from CellTaskManagerImpl |
28 void poll1(); // single CPU run called from CellTaskManagerImpl | 28 void poll1(); // single CPU run called from CellTaskManagerImpl |
29 void run(); | 29 void run(); |
30 void show_profile(); | 30 void show_profile(); |