/[pkgs]/devel/CodeAnalyst-gui/ca-use-oprofile-default-buffersize.patch
ViewVC logotype

Contents of /devel/CodeAnalyst-gui/ca-use-oprofile-default-buffersize.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download) (as text)
Wed Jul 8 19:55:05 2009 UTC (4 months, 2 weeks ago) by suravee
Branch: MAIN
CVS Tags: F-12-split, CodeAnalyst-gui-2_8_54-17_fc12, CodeAnalyst-gui-2_8_54-18_fc12, CodeAnalyst-gui-2_8_54-19_fc12, CodeAnalyst-gui-2_8_54-16_fc12, CodeAnalyst-gui-2_8_54-14_fc12, CodeAnalyst-gui-2_8_54-20_fc13, CodeAnalyst-gui-2_8_54-15_fc12, HEAD
Changes since 1.1: +5 -5 lines
File MIME type: text/x-patch
- Update new CodeAnalyst release (2.8.54)
- Update Source
- Update Patch0
- Remove Patches1-4
1 diff -paurN CodeAnalyst-gui-2.8.54.org/src/ca/gui/atuneoptions.h CodeAnalyst-gui-2.8.54/src/ca/gui/atuneoptions.h
2 --- CodeAnalyst-gui-2.8.54.org/src/ca/gui/atuneoptions.h 2009-06-10 15:45:23.000000000 -0500
3 +++ CodeAnalyst-gui-2.8.54/src/ca/gui/atuneoptions.h 2009-07-08 13:29:14.000000000 -0500
4 @@ -117,9 +117,9 @@ enum ChartDensityShownType
5
6 enum BuffDefaultSizeType
7 {
8 - OP_DEFAULT_BUFFER_SIZE = 4194304,
9 - OP_DEFAULT_WATERSHED_SIZE = 131072,
10 - OP_DEFAULT_CPU_BUFFER_SIZE = 32768
11 + OP_DEFAULT_BUFFER_SIZE = 131072,
12 + OP_DEFAULT_WATERSHED_SIZE = 32768,
13 + OP_DEFAULT_CPU_BUFFER_SIZE = 8192
14 };
15
16 #define OPT_IMPORT_TYPE OPT_DATA_PREFIX "/ImportType"

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2