Is there any frameworks/API to deal with app's precise performance tuning for iOS platform?

There is a Android Dynamic Performance Framework, https://developer.android.com/games/optimize/adpf which allows you to monitor device's thermal state and send performance hints to the OS, describing current workload. This helps to consume resources effectively, while having target performance. As I can see from tracing and profiling, hints help OS scheduler to switch tasks between cores more effectively - this helps to reach performance stability between multiple runs.

I wonder, is there anything similar for iOS platform?

Is there any frameworks/API to deal with app's precise performance tuning for iOS platform?
 
 
Q