c# - CPU Sampling in VS2010 via Attach To Process? -


is possible perform cpu sampling in vs2010 via attach process option? when use option seems default memory profiling. can't launch cpu sampling wizard because ridiculous security software on our work pcs don't allow dll injection uses.

if select analyze\profiler\new performance session, performance explorer open new performance session. in properties of item, can specify type of profiling want use:

performance session properties

you can attach session process via "attach/detach" in session's context menu:

attaching performance session process


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -