Releases: botman99/AeonProfiler
AeonProfiler v2.0.2
AeonProfiler v2.0.1
Added "auto capture on terminate" feature.
Added copyright notice to all files.
Fixed VERSION_INFO on DLL files.
AeonProfiler v2.0.0
Added ability to save profiler data to a file for later analysis.
Added AeonWin executable that allows you to load saved profiler data for later analysis.
Added "Please wait..." dialog in some places where things could be slow.
Added variadic templates (removed support for VS2012 and VS2013).
Fixed a few minor bugs.
AeonProfiler v1.4.0
Fix cross-thread critical section blocking by removing the global critical section and adding a critical section to each thread.
Fixed a crash problem when displaying threads.
Fixed showing the proper thread name (the order of the stack had changed).
AeonProfiler v1.3.0
Added a "Find Function by name" dialog that allows you to search for a function by name (just type ctrl-f in a ListView to search that ListView for a function name).
AeonProfiler v1.2.0
Modify the source code window so that the symbol name is positioned better.
Change the Parents list view to display all the stats for parent functions (not just Times Called).
AeonProfiler v1.1.0 (use EDIT control for source code text window)
Replaced the custom text editor window for source code preview with a standard Windows EDIT control (but subclass it to make it "read-only").
Initial release of Aeon Profiler version 1.0.0.0
Initial version of the Aeon Profiler. Hopefully there's not many bugs or crashing.