view example/renew_task/spe/SpeProfile.h @ 1048:40cde8c1a6cd default tip

add ScaleXY (not for allExecute...)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 08 Dec 2010 06:22:15 +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);
};