Macaulay2 Engine
Loading...
Searching...
No Matches
◆
stats_out()
template<class Field>
void
SLP
< Field >::stats_out
(
buffer
&
o
)
const
Definition at line
950
of file
NAG.cpp
.
951
{
952
o
<<
"Called "
<<
n_calls
953
<<
" times, total evaluation time = "
<< (
eval_time
/
CLOCKS_PER_SEC
) <<
"."
954
<< (
eval_time
%
CLOCKS_PER_SEC
) <<
" sec"
<<
newline
;
955
}
SLP::eval_time
clock_t eval_time
Definition
NAG.hpp:506
SLP::n_calls
int n_calls
Definition
NAG.hpp:507
SLP
Definition
NAG.hpp:485
References
eval_time
,
n_calls
, and
newline
.
SLP
Generated on
for Macaulay2 Engine by
1.15.0