Click here to Skip to main content
15,891,248 members
Articles / Web Development / HTML

Building a Mixed-Mode Sampling Profiler

Rate me:
Please Sign up or sign in to vote.
4.90/5 (19 votes)
31 Jul 2014Ms-PL17 min read 64.5K   1.9K   41  
Walking a native and a managed callstack is fairly easy. Walking a mixed-mode callstack is much much harder. Existing documentation is truly minimal. I hope this article and its sample profiler can shed some light in this area.

Revisions


  

Compare Revision Minor Date Status Editor
4 - publicly available No 31-Jul-14 20:22 Available Mattias Högström
Updated project files from VS2010 to VS2012. Demo binaries rebuilt.
2 No 9-Sep-12 4:06 Pending Mattias Högström
Updated Profiler source project files - Now also builds for target Release. Updated demo zip - Now built in release mode. Will work on machines without vs2010.
1 No 14-May-12 6:57 Available Smitha Nishant

License

This article, along with any associated source code and files, is licensed under The Microsoft Public License (Ms-PL)


Written By
Architect Visma Software AB
Sweden Sweden
Mattias works at Visma, a leading Nordic ERP solution provider. He has good knowledge in C++/.Net development, test tool development, and debugging. His great passion is memory dump analysis. He likes giving talks and courses.

Comments and Discussions