I'm trying to profile code that emits signpost data in a test.
I right click on the "run" button to the left of the test and click "profile "testXXX()", then run the signpost instrument but none of the signpost data shows up.
THEN
I'll just re-run Instruments and profile the app bundle that the test bundle belongs to and voila, the test along with the signpost data shows up in Instruments.
Is there a step I'm missing or this is just a bug?