DTSendSignalFlag
Now, wherever you need to send a signal to Instruments from your app, you just add this line of code:
DTSendSignalFlag("com.invasivecode.mytracepoints.app.point", DT_POINT_SIGNAL, TRUE);
You can also mark sections using DT_START_SIGNAL
and DT_END_SIGNAL
.
Comments
Stay up-to-date by subscribing to the Comments RSS Feed for this post.