Logtalk 2.28.2 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1711 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
|
||||
:- info([
|
||||
version is 1.2,
|
||||
version is 1.3,
|
||||
author is 'Paulo Moura',
|
||||
date is 2004/8/15,
|
||||
date is 2006/9/17,
|
||||
comment is 'Call executing time profiler.']).
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
|
||||
:- public(timer/2).
|
||||
:- metapredicate(timer(::, *)).
|
||||
:- meta_predicate(timer(::, *)).
|
||||
|
||||
:- mode(timer(+callable, -number), one).
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
|
||||
:- public(timer/3).
|
||||
:- metapredicate(timer(::, *, *)).
|
||||
:- meta_predicate(timer(::, *, *)).
|
||||
|
||||
:- mode(timer(+callable, +integer, -float), one).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user