Changes between Version 1 and Version 2 of Development/Profiling
- Timestamp:
- 02/27/10 07:32:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Profiling
v1 v2 1 1 == Memory and CPU Usage Profiling == 2 3 I (Erik) keep a separate branch specifically set up for profiling. That branch was just forked off a local `ddc-head` branch using: 4 5 {{{ 6 darcs branch ddc-head ddc-profiling 7 }}} 8 9 After changing directory into the `ddc-profiling` branch I create a custom config in that branch by doing: 10 11 {{{ 12 echo "BUILDFLAVOUR = devel_prof" > make/config-override.deps 13 }}} 14
