Hey,
I used the time predicate to measure my program.
I have implemented my program in 2 various way:
- First algorithm time result:
% 3,325,335 inferences, 1.344 CPU in 30.602 seconds (4% CPU, 2474668 Lips)
- Second algorithm time result:
% 925,746 inferences, 0.156 CPU in 0.168 seconds (93% CPU, 5924774 Lips)
What those parameter means? (inferences, lips)
The second one is more quicker, but it takes more CPU in %.
What is better, besides the time it takes.
Thank you in advance,
Westly