first cut at call counter.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@580 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -150,6 +150,8 @@ typedef enum compiler_op {
|
||||
f_val_op,
|
||||
enter_profiling_op,
|
||||
retry_profiled_op,
|
||||
count_call_op,
|
||||
count_retry_op,
|
||||
restore_tmps_op,
|
||||
restore_tmps_and_skip_op,
|
||||
empty_call_op,
|
||||
@@ -273,3 +275,5 @@ extern jmp_buf CompilerBotch;
|
||||
|
||||
extern int profiling;
|
||||
|
||||
extern int call_counting;
|
||||
|
||||
|
Reference in New Issue
Block a user