syn68k/runtime/include/profile.h

14 lines
199 B
C
Raw Normal View History

2008-09-26 14:25:10 +00:00
#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_ */