Mercurial > hg > Game > Cerium
view example/many_task/spe/SpeProfile.h @ 706:b2b4a1243961 draft simple-task-regression
no compile error on Cell. Regression Test.
Cell failed some how.
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2009 20:21:59 +0900 |
parents | a314d8cd2082 |
children |
line wrap: on
line source
class SpeProfile { public: SpeProfile(void); unsigned int profile; void ProfStart(void); void ProfStop(void); void ProfPrint(void); unsigned int ProfGet(void); void ProfPrint(unsigned int time); };