Mercurial > hg > Game > Cerium
view example/many_task/spe/SpeProfile.h @ 725:3a97fdd53a8e draft
Light data load fix (general load routine)
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Dec 2009 15:02:43 +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); };