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}
clock_t eval_time
Definition NAG.hpp:506
int n_calls
Definition NAG.hpp:507
Definition NAG.hpp:485

References eval_time, n_calls, and newline.