- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
18
perfmon.h
18
perfmon.h
@ -16,20 +16,20 @@
|
||||
|
||||
#line 35 "perfmon.w"
|
||||
|
||||
typedef struct __PerfMon *pPerfMon;
|
||||
typedef struct __PerfMon *pPerfMon;
|
||||
/*---------------------- live and death ----------------------------------*/
|
||||
pPerfMon CreatePerfMon(int iInteg);
|
||||
void DeletePerfMon(void *pData);
|
||||
pPerfMon CreatePerfMon(int iInteg);
|
||||
void DeletePerfMon(void *pData);
|
||||
/*---------------------- increment ---------------------------------------*/
|
||||
int IncrementPerfMon(pPerfMon self);
|
||||
int IncrementPerfMon(pPerfMon self);
|
||||
/*------------------------------------------------------------------------*/
|
||||
float GetPerformance(pPerfMon self);
|
||||
float GetPerformance(pPerfMon self);
|
||||
/*------------------------------------------------------------------------*/
|
||||
int PerfMonWrapper(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int PerfMonWrapper(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*-----------------------------------------------------------------------*/
|
||||
int PerfMonTask(void *pPerf);
|
||||
void PerfMonSignal(void *pPerf, int iSignal, void *pSigData);
|
||||
int PerfMonTask(void *pPerf);
|
||||
void PerfMonSignal(void *pPerf, int iSignal, void *pSigData);
|
||||
|
||||
#line 67 "perfmon.w"
|
||||
|
||||
|
Reference in New Issue
Block a user