Mercurial > hg > Game > Cerium
view example/many_task/spe/SpeProfile.h @ 1001:ca59327dccab draft
error fix.
author | root@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 21 Oct 2010 21:39:47 +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); };