Skip to content

Releases: botman99/AeonProfiler

AeonProfiler v2.0.2

19 May 13:21
Compare
Choose a tag to compare

Added loaded profiler filename to titlebar

AeonProfiler v2.0.1

05 May 19:03
Compare
Choose a tag to compare

Added "auto capture on terminate" feature.
Added copyright notice to all files.
Fixed VERSION_INFO on DLL files.

AeonProfiler v2.0.0

29 Apr 16:23
Compare
Choose a tag to compare

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

24 Jul 15:14
Compare
Choose a tag to compare

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

14 Feb 22:24
Compare
Choose a tag to compare

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

24 Jan 19:33
Compare
Choose a tag to compare

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)

24 Jan 00:15
Compare
Choose a tag to compare

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

02 Jan 20:56
Compare
Choose a tag to compare

Initial version of the Aeon Profiler. Hopefully there's not many bugs or crashing.