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

fix
author gongo@localhost.localdomain
date Sun, 29 Mar 2009 21:13:17 +0900
parents
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);
};