view example/renew_task/spe/SpeProfile.h @ 870:79b2d56aa27a

fix SceneGraphRoot::set_game_task.
author tkaito
date Tue, 29 Jun 2010 04:23:52 +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);
};