The true statement among the provided options is:
The efficiency of an algorithm measures the amount of resources it needs.
This statement correctly reflects the concept of algorithm efficiency, which typically encompasses both time complexity (the amount of time an algorithm takes to complete) and space complexity (the amount of memory an algorithm uses). The other statements are inaccurate or misleading.