Mercurial > hg > Members > kono > Cerium
view example/renew_task/spe/SpeProfile.h @ 356:b89ba1d96fff
merge heads
author | aaa |
---|---|
date | Fri, 17 Jul 2009 15:04:02 +0900 |
parents | 4f5c64e713c7 |
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); };