Changes between Version 7 and Version 8 of QtWebKitProfilingSetup
- Timestamp:
- Sep 30, 2009, 10:04:42 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtWebKitProfilingSetup
v7 v8 37 37 38 38 === Running the tests === 39 40 Run the tests with oprofile:: 39 41 {{{ 40 42 # prepare the setup … … 59 61 $ oparchive -o /some/archive 60 62 }}} 63 64 Running a test with memusage: 65 {{{ 66 $ MEMUSAGE_OUTPUT=/var/tmp/memusage.out.NUMBER ./tst_something -iterations 67 }}}