Changes between Initial Version and Version 1 of Ticket #7242, comment 34


Ignore:
Timestamp:
Oct 16, 2012, 4:12:33 PM (12 years ago)
Author:
phoudoin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7242, comment 34

    initial v1  
    66
    77The summary output will be good, or you can even enable the recorder and attach one here for futher analysis.
     8
     9Both profile tool and DebugAnalyzer app are in Haiku source tree, but they're not part of default Haiku image. Either build them from source or add them in your custom image via UserBuildConfig: add these two lines:
     10
     11{{{
     12AddFilesToHaikuImage system bin : profile ;
     13AddFilesToHaikuImage system apps : DebugAnalyzer ;
     14}}}