X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=PerformanceTests%2FMallocBench%2FMallocBench.xcodeproj%2Fproject.pbxproj;h=a6ad2a7f1957a70d610e9e84956f9f0980d21ea8;hp=c394842e873dbf787914d7c3a7abc645c9d040bd;hb=c5dfb0a59e2eefd774112a99ec498dd00ccc0fc5;hpb=9a385cebdb03751f6e1be635b9827b39a1fe76e6 diff --git a/PerformanceTests/MallocBench/MallocBench.xcodeproj/project.pbxproj b/PerformanceTests/MallocBench/MallocBench.xcodeproj/project.pbxproj index c394842e873d..a6ad2a7f1957 100644 --- a/PerformanceTests/MallocBench/MallocBench.xcodeproj/project.pbxproj +++ b/PerformanceTests/MallocBench/MallocBench.xcodeproj/project.pbxproj @@ -34,19 +34,11 @@ 14CC393C18EA812B004AFE34 /* libmbmalloc.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */; settings = {ATTRIBUTES = (Required, ); }; }; 14CC393F18EA8184004AFE34 /* mbmalloc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CC391C18EA6759004AFE34 /* mbmalloc.cpp */; }; 14CE4A6017BD355800288DAA /* big.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14CE4A5E17BD355800288DAA /* big.cpp */; }; + 14D6322E1A69BE0B00A8F84F /* memalign.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14D6322C1A69BE0B00A8F84F /* memalign.cpp */; }; 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14E11930177ECC8B003A8D15 /* CPUCount.cpp */; }; + 14FCA36119A7C917001CFDA9 /* stress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 14FCA35F19A7C917001CFDA9 /* stress.cpp */; }; /* End PBXBuildFile section */ -/* Begin PBXContainerItemProxy section */ - 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 14452CA1177D24460097E057 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 14CC393718EA811F004AFE34; - remoteInfo = mbmalloc; - }; -/* End PBXContainerItemProxy section */ - /* Begin PBXCopyFilesBuildPhase section */ 14452CA7177D24460097E057 /* Copy Files */ = { isa = PBXCopyFilesBuildPhase; @@ -112,9 +104,13 @@ 14CC393818EA811F004AFE34 /* libmbmalloc.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libmbmalloc.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; 14CE4A5E17BD355800288DAA /* big.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = big.cpp; path = MallocBench/big.cpp; sourceTree = ""; }; 14CE4A5F17BD355800288DAA /* big.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = big.h; path = MallocBench/big.h; sourceTree = ""; }; + 14D6322C1A69BE0B00A8F84F /* memalign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memalign.cpp; path = MallocBench/memalign.cpp; sourceTree = ""; }; + 14D6322D1A69BE0B00A8F84F /* memalign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memalign.h; path = MallocBench/memalign.h; sourceTree = ""; }; 14E11930177ECC8B003A8D15 /* CPUCount.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CPUCount.cpp; sourceTree = ""; }; 14E11931177ECC8B003A8D15 /* CPUCount.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CPUCount.h; sourceTree = ""; }; 14E11934177F5219003A8D15 /* mbmalloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mbmalloc.h; path = MallocBench/mbmalloc.h; sourceTree = ""; }; + 14FCA35F19A7C917001CFDA9 /* stress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = stress.cpp; path = MallocBench/stress.cpp; sourceTree = ""; }; + 14FCA36019A7C917001CFDA9 /* stress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stress.h; path = MallocBench/stress.h; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -212,6 +208,8 @@ 14976EC7177E3649006B819A /* list.h */, 1451FAEB18B14B7100DB6D47 /* medium.cpp */, 1451FAEC18B14B7100DB6D47 /* medium.h */, + 14D6322C1A69BE0B00A8F84F /* memalign.cpp */, + 14D6322D1A69BE0B00A8F84F /* memalign.h */, 1444AE94177E8DF200F8030A /* message.cpp */, 1444AE95177E8DF200F8030A /* message.h */, 14105E8018E13EEC003A106E /* realloc.cpp */, @@ -220,6 +218,8 @@ 1447AE8A18FB584200B3D7FF /* reddit.cpp */, 1447AE8B18FB584200B3D7FF /* reddit.h */, 1447AE8C18FB584200B3D7FF /* reddit.ops */, + 14FCA35F19A7C917001CFDA9 /* stress.cpp */, + 14FCA36019A7C917001CFDA9 /* stress.h */, 1447AE9818FB59D900B3D7FF /* theverge_memory_warning.ops */, 1447AE8D18FB584200B3D7FF /* theverge.cpp */, 1447AE8E18FB584200B3D7FF /* theverge.h */, @@ -254,7 +254,6 @@ buildRules = ( ); dependencies = ( - 14CC393E18EA813F004AFE34 /* PBXTargetDependency */, ); name = MallocBench; productName = MallocBench; @@ -315,6 +314,7 @@ 1444AE96177E8DF200F8030A /* message.cpp in Sources */, 14452CEF177D47110097E057 /* churn.cpp in Sources */, 14452CB0177D24460097E057 /* main.cpp in Sources */, + 14FCA36119A7C917001CFDA9 /* stress.cpp in Sources */, 14C5008D184016CF007A531D /* facebook.cpp in Sources */, 1447AE9018FB584200B3D7FF /* flickr.cpp in Sources */, 14976EC8177E3649006B819A /* list.cpp in Sources */, @@ -324,6 +324,7 @@ 14C5009318403DA0007A531D /* Interpreter.cpp in Sources */, 1447AE9118FB584200B3D7FF /* reddit.cpp in Sources */, 14E11932177ECC8B003A8D15 /* CPUCount.cpp in Sources */, + 14D6322E1A69BE0B00A8F84F /* memalign.cpp in Sources */, 1444AE93177E79BB00F8030A /* fragment.cpp in Sources */, 14105E8218E13EEC003A106E /* realloc.cpp in Sources */, 14105E7F18DF7D73003A106E /* balloon.cpp in Sources */, @@ -341,14 +342,6 @@ }; /* End PBXSourcesBuildPhase section */ -/* Begin PBXTargetDependency section */ - 14CC393E18EA813F004AFE34 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 14CC393718EA811F004AFE34 /* mbmalloc */; - targetProxy = 14CC393D18EA813F004AFE34 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - /* Begin XCBuildConfiguration section */ 14452CB5177D24460097E057 /* Debug */ = { isa = XCBuildConfiguration;