Not to be mean, but if your performance sucks, knowing the internals of the Mach kernel aren't going to help you much - they're pretty much implementation details you shouldn't know or care about.
I've done optimisations of my app that brought scrolling speed from around 2fps to being buttery smooth and so on, and I don't know squat about how Mach works.
To optimise, use Instruments as another poster mentioned. Read the Instruments User Guide. Then read it again. It's hard to get your head around at first, but it's a hell of a lot simpler, and much more useful, than learning how Mach works.
Finally, please stop posting multiple questions about how Mach works with slightly different wordings. Posting a ton of questions like that won't help you find what you want.