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:
you can attach session process via "attach/detach" in session's context menu:
Comments
Post a Comment