Visual Studio Profiler API Reference (Native)

Visual Studio Profiler APIs allow you to programmatically control the amount of data collected, and insert both timestamp and profile marks during profiling. To use native APIs, you include VSPerf.h header file and add the VSPerf.lib in your project.

Note

By default, VSPerf.h and VSPerf.lib are located in <drive>:\Program Files\Microsoft Visual Studio 9\Team Tools\Performance Tools\PerfSDK directory.

In This Section

CommentMarkAtProfile

CommentMarkProfile

MarkProfile

NameProfile

ResumeProfile

StartProfile

StopProfile

SuspendProfile

PROFILE_CURRENTID

See Also

Tasks

Walkthrough: Using Profiler APIs

Other Resources

Profiling Tools APIs