Re: Markers to correlate events with Time Profiler?
Re: Markers to correlate events with Time Profiler?
- Subject: Re: Markers to correlate events with Time Profiler?
- From: Ken Thomases <email@hidden>
- Date: Thu, 05 Dec 2013 21:53:25 -0600
On Dec 5, 2013, at 8:40 PM, Jerry Krinock wrote:
> Is there a more intelligent way to insert markers in Time Profiler, to correlate with code execution or user actions?
Take a look at DTPerformanceSession and its Signal Flags feature.
https://developer.apple.com/library/ios/documentation/AnalysisTools/Conceptual/WhatsNewInstruments/NewFeatures40/NewFeatures40.html#//apple_ref/doc/uid/TP40010950-CH2-SW10
https://developer.apple.com/library/ios/documentation/AnalysisTools/Conceptual/WhatsNewInstruments/NewFeatures40/NewFeatures40.html#//apple_ref/doc/uid/TP40010950-CH2-SW16
You should also consider adding the Cocoa Events instrument to your trace file, along with Time Profiler or others. That way, you'll see the mouse-down event.
Regards,
Ken
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden