objccn / articles

Articles for objccn.io. objc.io的完整、准确、优雅的中文翻译版本
http://objccn.io/
2.11k stars 431 forks source link

这句话有点语句不通,重新翻译了下。Check it. #288

Closed jkyin closed 10 years ago

jkyin commented 10 years ago

Original: You can use the CPU strategy view in Instruments to get some insight of how your code or the framework code you're using gets scheduled for execution on multiple CPU cores.

Before: 你可以通过 Instrument 中的 CPU strategy view 来观察你的代码或者你所使用的框架的代码被执行时,它们在多核 CPU 中的被调度的情况。

Now: 你可以使用 Instruments 中的 CPU strategy view 来得知你的代码或者你在使用的框架代码是如何在多核 CPU 中调度执行的。

onevcat commented 10 years ago

Thanks.