major changes to support online event-based profiling
improve error discovery and restart on scanner. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1477 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -125,15 +125,6 @@ low_level_trace(yap_low_level_port port, PredEntry *pred, CELL *args)
|
||||
|
||||
sc = Yap_heap_regs;
|
||||
vsc_count++;
|
||||
{
|
||||
Term WGs = Yap_ReadTimedVar(WokenGoals);
|
||||
fprintf(stderr,"%d %p %lld: ",port, H, vsc_count);
|
||||
Yap_DebugPlWrite(WGs);
|
||||
Yap_DebugErrorPutc ('\n');
|
||||
}
|
||||
if (vsc_count < 100) {
|
||||
return;
|
||||
}
|
||||
#ifdef COMMENTED
|
||||
// if (vsc_count == 218280)
|
||||
// vsc_xstop = 1;
|
||||
|
Reference in New Issue
Block a user