Question

I've been trying to profile an application I've written under OS X Mavericks using Instruments following various bits of information I've found online but I'm not able to get any information out of it. I've tried making sure I've got the latest version of Instruments, I'm running Qt 5.1.1, and Instruments will actually work for profiling Allocations and Leaks, just not for Time Profiling.

Has anyone managed to get the CPU time profiling working with Mavericks?

EDIT: As it turns out whilst I thought installing the latest version of XCode would give me the latest version of Instruments, it had also left the previous version of Instruments installed.

Was it helpful?

Solution

As per your realization, it seems XCode will leave the previous Instruments installed. I would personally follow the following steps:

  • Remove old version.

  • Remove the data left behind.

  • Install the new version.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top