Mercurial > hg > Game > Cerium
view TaskManager/Cell/spe/StartProfile.cc @ 801:eb6add789a24 draft
global id
author | yutaka@localhost.localdomain |
---|---|
date | Wed, 19 May 2010 14:59:41 +0900 |
parents | 27fec8c70c9c |
children | 801d57ae1e29 |
line wrap: on
line source
#include "StartProfile.h" #include "SchedTask.h" #include "stdio.h" SchedDefineTask(StartProfile); static int run(SchedTask *smanager, void *rbuf, void *wbuf) { smanager->start_profile(); return 0; }