39#ifndef __ARUtil_profile_h__
40#define __ARUtil_profile_h__
44#define MAX_PROF_NUM 20
ARUTIL_EXTERN void profileSet(int n)
Set profiling initial time and timing bucket, or add elapsed time to a bucket.
Definition: profile.c:70
ARUTIL_EXTERN void profilePrint(void)
Print all profiling buckets.
Definition: profile.c:111
ARUTIL_EXTERN void profileClear(void)
Reset profiling.
Definition: profile.c:65
#define ARUTIL_EXTERN
Definition: types.h:58