Home /
Programming /
Windows /
win32 /
Memory leak detection, api hooking, debug tools, debugging, profiling / c++ profilers
edit
Try Documentalist, my app that offers fast, offline access to 190+ programmer API docs.
Links:
- http://developer.amd.com/tools-and-sdks/heterogeneous-computing/codexl/
- http://floodyberry.wordpress.com/2009/10/07/high-performance-cplusplus-profiling/
- https://code.google.com/p/high-performance-cplusplus-profiler/
- http://blogs.msdn.com/b/pigscanfly/archive/2008/03/02/using-the-windows-sample-profiler-with-xperf.aspx - running perf
With source:
- https://orbitprofiler.com/ : c++ profiler for windows
- https://github.com/VerySleepy/verysleepy, http://www.codersnotes.com/sleepy/
- https://github.com/jfoote/verysleepy
- https://github.com/CyberShadow/verysleepy
- https://code.google.com/p/easyprofiler/
- http://lukestackwalker.sourceforge.net/
- https://github.com/pauldoo/proffy
- https://github.com/monsdar/CxxProf
- https://code.google.com/p/high-performance-cplusplus-profiler/, https://floodyberry.wordpress.com/2009/10/07/high-performance-cplusplus-profiling/
- https://code.google.com/p/shinyprofiler/
- https://ravenspoint.wordpress.com/2010/06/16/timing/
- https://github.com/andremussche/asmprofiler, https://code.google.com/p/asmprofiler/
- https://github.com/tyoma/micro-profiler
- https://github.com/botman99/AeonProfiler
- https://github.com/Celtoys/Remotery
- https://bitbucket.org/jonasmeyer/microprofile
- https://github.com/andremussche/asmprofiler
xperf:
- https://randomascii.wordpress.com/2014/08/19/etw-training-videos-available-now/
- http://blog.awhetter.co.uk/posts/7
- https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_Xperf
- https://dickyjim.wordpress.com/2012/10/05/xperf-show-me-the-performance/
- https://randomascii.wordpress.com/2012/06/19/wpaxperf-trace-analysis-reimagined/
- http://blogs.msdn.com/b/pigscanfly/archive/2008/03/02/using-the-windows-sample-profiler-with-xperf.aspx?Redirected=true
- https://www.osronline.com/article.cfm?article=554
- http://blogs.unity3d.com/2015/01/10/curious-case-of-slow-texture-importing-and-xperf/
Not free: