syn68k/runtime/include/profile.h
2008-09-26 08:25:10 -06:00

14 lines
199 B
C

#ifndef _profile_h_
#define _profile_h_
#ifdef PROFILE
#include "block.h"
extern void profile_block (Block *b);
extern void dump_profile (const char *file);
#endif
#endif /* Not _profile_h_ */