2020-03-12 01:49 AM
2020-03-12 02:14 AM
> I'm Trying to figure if the processor will Succeed to run an Algorithm that contains X sum and multiplications in one sec.
Your requirement is not very clearly stated.
> Is there any calculation that evaluate if its possible?
Short of trying an an actual device, not really.
Factors like interrupt load, bus load, cache size, code/data structures and locations will affect the actual performance as well.