Mercurial > hg > Game > Cerium
view example/renew_task/spe/SpeProfile.h @ 2050:26dd777ba95d draft
add User API
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 28 Jan 2016 15:43:36 +0900 |
parents | 6694da357750 |
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); };