Changes between Version 4 and Version 5 of EngineProfiling
- Timestamp:
- 03/08/16 21:14:36 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EngineProfiling
v4 v5 1 1 2 == EDIT: DO NOT USE THIS, IT IS NOT ACCURATE ENOUGH!3 2 4 == 3 5 4 6 5 Profiling the engine is actually not as hard as it looks, and one only needs the default built engine version and no other special tools. … … 8 7 Requirements: 9 8 10 Very Sleepy profiler (free, just google it)9 Very Sleepy CS profiler (free, just google it) 11 10 12 11 sleepy_translator.py from /etc/engine_profiling SVN folder … … 14 13 A copy of the engine source (get the correct tag from github, just webdownload is sufficient) which reflects the version being debugged 15 14 16 Win7 default command line 'zip' application 15 Download and unzip next to script the debug symbols from http://springrts.com/dl/buildbot/default/develop/101.0.1-63-g5ebf047/win32/ (chose the right version!) 17 16 18 17 Python 2.x 19 18 20 internet connection 19 20 [[Image(http://imolarpg.dyndns.org/trac/balatest/raw-attachment/wiki/EngineProfiling/engine_profiler.png)]] 21 21 22 22 Process: … … 32 32 33 33 Open the myprofile_translated.sleepy file, and bask in the following glory: 34 35 [[Image(sleepy.png)]]