Mercurial > hg > Game > Cerium
view example/Null/ppe/NullTask.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 <stdio.h> #include <math.h> #include "SchedTask.h" #include "NullTask.h" #include "Func.h" SchedDefineTask1(NullTask, nullTask); static int nullTask(SchedTask *smanager, void *rbuf, void *wbuf) { return 0; }