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:
parent
1df8d979cd
commit
cc87125253
@ -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)));
|
||||
|
||||
|
Reference in New Issue
Block a user