Mercurial > hg > Game > Cerium
comparison TaskManager/Cell/spe/SpeTaskManagerImpl.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 | 840dee241530 |
children | f2512fb94223 |
comparison
equal
deleted
inserted
replaced
1478:beda5f2f88ce | 1479:163220e54cc0 |
---|---|
14 SpeTaskManagerImpl() ; | 14 SpeTaskManagerImpl() ; |
15 ~SpeTaskManagerImpl(); | 15 ~SpeTaskManagerImpl(); |
16 | 16 |
17 /* functions */ | 17 /* functions */ |
18 // call by system | 18 // call by system |
19 void init(int spuIdle,int useRefDma); | 19 void init(int spuIdle,int useRefDma, int export_task_log); |
20 void run(); | 20 void run(); |
21 void start_profile(); | 21 void start_profile(); |
22 void show_profile(); | 22 void show_profile(); |
23 void export_task_log(); | 23 void export_task_log(); |
24 HTaskPtr create_task(int cmd); | 24 HTaskPtr create_task(int cmd); |