Tag Archives: debugging

Measuring Performance with os_signpost

      No Comments on Measuring Performance with os_signpost

This year the logging framework got a bit of an update. The most notable is definitely the ability to add signposts throughout your code with the new os_signpost functions. Signposts are a great tool to measure the performance of your code and in this article we’ll set up signposts and… Read more »