View Issue Details

IDProjectCategoryView StatusLast Update
0003055The Dark ModCodingpublic10.03.2012 19:33
Reportertels Assigned Totels  
PrioritynormalSeverityfeatureReproducibilityN/A
Status resolvedResolutionfixed 
Product VersionTDM 1.07 
Fixed in VersionTDM 1.08 
Summary0003055: Add BUILD=profile to our build framework
DescriptionThe above option would under Linux enabling profiling support, so that a gmon.out file is written, which can be feed to gprof.
TagsNo tags attached.

Activities

tels

tels

10.03.2012 19:33

reporter   ~0004389

The BUILD=profile option now works under linux. You can use it with:

  ./linuxBuild BUILD=profile

Currently, the resulting thedarkmod.x86 does not produce a gmon.out file, tho, because at the very end it segfaults - and the file is only written if it exists normally. Fixing that segfault will then make profiling possible.

Issue History

Date Modified Username Field Change
10.03.2012 19:30 tels New Issue
10.03.2012 19:31 tels Product Version => TDM 1.07
10.03.2012 19:32 tels Assigned To => tels
10.03.2012 19:32 tels Status new => assigned
10.03.2012 19:33 tels Note Added: 0004389
10.03.2012 19:33 tels Status assigned => resolved
10.03.2012 19:33 tels Fixed in Version => TDM 1.08
10.03.2012 19:33 tels Resolution open => fixed