int=/=long changes
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@778 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
786267cf94
commit
424509a54a
2
C/agc.c
2
C/agc.c
@ -373,7 +373,7 @@ atom_gc(void)
|
|||||||
tot_agc_time += agc_time;
|
tot_agc_time += agc_time;
|
||||||
tot_agc_recovered += agc_collected;
|
tot_agc_recovered += agc_collected;
|
||||||
if (gc_verbose) {
|
if (gc_verbose) {
|
||||||
fprintf(Yap_stderr, "[AGC] collected %d bytes.\n", agc_collected);
|
fprintf(Yap_stderr, "[AGC] collected %ld bytes.\n", agc_collected);
|
||||||
fprintf(Yap_stderr, "[AGC] GC %d took %g sec, total of %g sec doing GC so far.\n", agc_calls, (double)agc_time/1000, (double)tot_agc_time/1000);
|
fprintf(Yap_stderr, "[AGC] GC %d took %g sec, total of %g sec doing GC so far.\n", agc_calls, (double)agc_time/1000, (double)tot_agc_time/1000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user