简体   繁体   中英

Visual Studio 2010 Ultimate profiler throwing exception

when we profile our EXE throught Visual Studio 2010 profiler it throw up message at the end and no any performance report are generating.

  Profiling started.
    Profiling process ID 21860 (M3 Shell).
    Process ID 21860 has exited.
    Data written to M:\Documents and Settings\Sunil.Naudiyal\My Documents\Visual Studio 2010\Projects\M3 Shell131118.vsp.
    Profiling finished.
    PRF0025: No data was collected.
    Profiling complete.

Step Which i follow

Go to tab Analyze>>Lunch Performance Wizard>>CPU Sampling>>Next>>An Executable file(.exe)>>Next>select path to the executable file>>Finish

this is Andre from the Visual Studio profiler team. What OS are you on? Sampling collects period stacks at a particular frequency. It is possible that you application runs so fast that by the time VisualStudio attaches, your process has already died. If this is the case then instrumentation may be a better solution (however instrumentation has a high overhead and has been known to generate gigabytes of data in only a few seconds). Let me know if you need help in using instrumentation

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM