give decent info in gc

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@187 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2001-11-19 17:54:00 +00:00
parent 1df8d979cd
commit cc87125253

View File

@ -2708,7 +2708,7 @@ Int total_gc_time(void)
static Int
p_inform_gc(void)
{
Term tn = MkIntegerTerm(tot_gc_time);
Term tn = MkIntegerTerm(tot_gc_time/1000);
Term tt = MkIntegerTerm(gc_calls);
Term ts = MkIntegerTerm((tot_gc_recovered*sizeof(CELL)));