Is there any way or equation to estimate the number of bytes used from the memory to execute a given task T, if I have the number of cycles that task will take and it's input size for this task?
If i know the capabilities of the device (number of cycle per seconds) and number of cycles for this task, can i estimate the number of bytes used from memory to execute this task?