view example/renew_task/spe/SpeProfile.h @ 192:4f5c64e713c7

add example/renew_task
author gongo@localhost.localdomain
date Tue, 13 Jan 2009 10:41:05 +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);
};