Mercurial > hg > Game > Cerium
view example/Null/ppe/task_init.cc @ 1699:0a70abda2ab6 draft
profile for gpu
author | kkb |
---|---|
date | Fri, 04 Oct 2013 20:05:17 +0900 |
parents | e38a4f3e238d |
children |
line wrap: on
line source
#include "Func.h" #include "Scheduler.h" SchedExternTask(NullTask); void task_init() { SchedRegister(NullTask); }