Changes between Initial Version and Version 1 of Ticket #7242, comment 34
- Timestamp:
- Oct 16, 2012, 4:12:33 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7242, comment 34
initial v1 6 6 7 7 The summary output will be good, or you can even enable the recorder and attach one here for futher analysis. 8 9 Both 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 {{{ 12 AddFilesToHaikuImage system bin : profile ; 13 AddFilesToHaikuImage system apps : DebugAnalyzer ; 14 }}}