integration of two different event profilers.
This commit is contained in:
parent
e0aa6ae30a
commit
b16a0d53b0
@ -64,16 +64,11 @@ profile_reset :-
|
||||
fail.
|
||||
profile_reset.
|
||||
|
||||
showprofres :-
|
||||
'$proftype'(offline), !,
|
||||
'$offline_showprofres'.
|
||||
showprofres :-
|
||||
showprofres(-1).
|
||||
|
||||
showprofres(A) :-
|
||||
'$proftype'(offline), !,
|
||||
'$offline_showprofres'(A).
|
||||
showprofres(A) :-
|
||||
('$proftype'(offline) -> '$offline_showprofres' ; true),
|
||||
('$profison' -> profoff, Stop = true ; Stop = false),
|
||||
'$profglobs'(Tot,GCs,HGrows,SGrows,Mallocs,ProfOns),
|
||||
% root node has no useful info.
|
||||
|
Reference in New Issue
Block a user