comparison example/many_task/spe/SpeProfile.h @ 233:d734af296d38

fix
author gongo@localhost.localdomain
date Sun, 29 Mar 2009 21:13:17 +0900
parents
children
comparison
equal deleted inserted replaced
231:4bfa24811786 233:d734af296d38
1 class SpeProfile {
2 public:
3 SpeProfile(void);
4
5 unsigned int profile;
6
7 void ProfStart(void);
8 void ProfStop(void);
9 void ProfPrint(void);
10 unsigned int ProfGet(void);
11 void ProfPrint(unsigned int time);
12 };