2009-05-04 02:46:13 -04:00
|
|
|
namespace factor
|
|
|
|
|
{
|
|
|
|
|
|
2009-05-02 05:04:19 -04:00
|
|
|
extern bool profiling_p;
|
|
|
|
|
void init_profiler(void);
|
|
|
|
|
F_CODE_BLOCK *compile_profiling_stub(CELL word);
|
2009-05-04 02:00:30 -04:00
|
|
|
PRIMITIVE(profiling);
|
2009-05-04 02:46:13 -04:00
|
|
|
|
|
|
|
|
}
|