ruby-prof 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/ext/vc/ruby_prof.sln DELETED
@@ -1,20 +0,0 @@
1
- 
2
- Microsoft Visual Studio Solution File, Format Version 10.00
3
- # Visual Studio 2008
4
- Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ruby_prof", "ruby_prof.vcproj", "{DDB3E992-BF4B-4413-B061-288E40AECAD3}"
5
- EndProject
6
- Global
7
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
8
- Debug|Win32 = Debug|Win32
9
- Release|Win32 = Release|Win32
10
- EndGlobalSection
11
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
12
- {DDB3E992-BF4B-4413-B061-288E40AECAD3}.Debug|Win32.ActiveCfg = Debug|Win32
13
- {DDB3E992-BF4B-4413-B061-288E40AECAD3}.Debug|Win32.Build.0 = Debug|Win32
14
- {DDB3E992-BF4B-4413-B061-288E40AECAD3}.Release|Win32.ActiveCfg = Release|Win32
15
- {DDB3E992-BF4B-4413-B061-288E40AECAD3}.Release|Win32.Build.0 = Release|Win32
16
- EndGlobalSection
17
- GlobalSection(SolutionProperties) = preSolution
18
- HideSolutionNode = FALSE
19
- EndGlobalSection
20
- EndGlobal
@@ -1,241 +0,0 @@
1
- <?xml version="1.0" encoding="Windows-1252"?>
2
- <VisualStudioProject
3
- ProjectType="Visual C++"
4
- Version="9.00"
5
- Name="ruby_prof"
6
- ProjectGUID="{DDB3E992-BF4B-4413-B061-288E40AECAD3}"
7
- RootNamespace="rubyprof"
8
- Keyword="Win32Proj"
9
- TargetFrameworkVersion="131072"
10
- >
11
- <Platforms>
12
- <Platform
13
- Name="Win32"
14
- />
15
- </Platforms>
16
- <ToolFiles>
17
- </ToolFiles>
18
- <Configurations>
19
- <Configuration
20
- Name="Debug|Win32"
21
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
22
- IntermediateDirectory="$(ConfigurationName)"
23
- ConfigurationType="2"
24
- CharacterSet="1"
25
- >
26
- <Tool
27
- Name="VCPreBuildEventTool"
28
- />
29
- <Tool
30
- Name="VCCustomBuildTool"
31
- />
32
- <Tool
33
- Name="VCXMLDataGeneratorTool"
34
- />
35
- <Tool
36
- Name="VCWebServiceProxyGeneratorTool"
37
- />
38
- <Tool
39
- Name="VCMIDLTool"
40
- />
41
- <Tool
42
- Name="VCCLCompilerTool"
43
- Optimization="0"
44
- AdditionalIncludeDirectories="&quot;C:\Development\ruby\lib\ruby\1.8\i386-mswin32&quot;"
45
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;RUBYPROF_EXPORTS"
46
- MinimalRebuild="true"
47
- BasicRuntimeChecks="3"
48
- RuntimeLibrary="3"
49
- UsePrecompiledHeader="0"
50
- BrowseInformation="0"
51
- WarningLevel="3"
52
- Detect64BitPortabilityProblems="true"
53
- DebugInformationFormat="4"
54
- />
55
- <Tool
56
- Name="VCManagedResourceCompilerTool"
57
- />
58
- <Tool
59
- Name="VCResourceCompilerTool"
60
- />
61
- <Tool
62
- Name="VCPreLinkEventTool"
63
- />
64
- <Tool
65
- Name="VCLinkerTool"
66
- AdditionalDependencies="msvcrt-ruby18.lib"
67
- OutputFile="C:\Development\ruby\lib\ruby\gems\1.8\gems\ruby-prof-0.7.0-x86-mswin32-60\lib\$(ProjectName).so"
68
- LinkIncremental="2"
69
- AdditionalLibraryDirectories="C:\Development\ruby\lib"
70
- GenerateDebugInformation="true"
71
- SubSystem="2"
72
- RandomizedBaseAddress="1"
73
- DataExecutionPrevention="0"
74
- TargetMachine="1"
75
- />
76
- <Tool
77
- Name="VCALinkTool"
78
- />
79
- <Tool
80
- Name="VCManifestTool"
81
- />
82
- <Tool
83
- Name="VCXDCMakeTool"
84
- />
85
- <Tool
86
- Name="VCBscMakeTool"
87
- />
88
- <Tool
89
- Name="VCFxCopTool"
90
- />
91
- <Tool
92
- Name="VCAppVerifierTool"
93
- />
94
- <Tool
95
- Name="VCPostBuildEventTool"
96
- />
97
- </Configuration>
98
- <Configuration
99
- Name="Release|Win32"
100
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
101
- IntermediateDirectory="$(ConfigurationName)"
102
- ConfigurationType="2"
103
- CharacterSet="1"
104
- WholeProgramOptimization="1"
105
- >
106
- <Tool
107
- Name="VCPreBuildEventTool"
108
- />
109
- <Tool
110
- Name="VCCustomBuildTool"
111
- />
112
- <Tool
113
- Name="VCXMLDataGeneratorTool"
114
- />
115
- <Tool
116
- Name="VCWebServiceProxyGeneratorTool"
117
- />
118
- <Tool
119
- Name="VCMIDLTool"
120
- />
121
- <Tool
122
- Name="VCCLCompilerTool"
123
- AdditionalIncludeDirectories="C:\Development\ruby\lib\ruby\1.8\i386-mswin32"
124
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;RUBYPROF_EXPORTS"
125
- RuntimeLibrary="2"
126
- UsePrecompiledHeader="0"
127
- WarningLevel="3"
128
- Detect64BitPortabilityProblems="true"
129
- DebugInformationFormat="3"
130
- />
131
- <Tool
132
- Name="VCManagedResourceCompilerTool"
133
- />
134
- <Tool
135
- Name="VCResourceCompilerTool"
136
- />
137
- <Tool
138
- Name="VCPreLinkEventTool"
139
- />
140
- <Tool
141
- Name="VCLinkerTool"
142
- AdditionalDependencies="msvcrt-ruby18.lib"
143
- OutputFile="$(OutDir)\$(ProjectName).so"
144
- LinkIncremental="1"
145
- AdditionalLibraryDirectories="C:\Development\ruby\lib"
146
- GenerateDebugInformation="true"
147
- SubSystem="2"
148
- OptimizeReferences="2"
149
- EnableCOMDATFolding="2"
150
- RandomizedBaseAddress="1"
151
- DataExecutionPrevention="0"
152
- TargetMachine="1"
153
- />
154
- <Tool
155
- Name="VCALinkTool"
156
- />
157
- <Tool
158
- Name="VCManifestTool"
159
- />
160
- <Tool
161
- Name="VCXDCMakeTool"
162
- />
163
- <Tool
164
- Name="VCBscMakeTool"
165
- />
166
- <Tool
167
- Name="VCFxCopTool"
168
- />
169
- <Tool
170
- Name="VCAppVerifierTool"
171
- />
172
- <Tool
173
- Name="VCPostBuildEventTool"
174
- />
175
- </Configuration>
176
- </Configurations>
177
- <References>
178
- </References>
179
- <Files>
180
- <Filter
181
- Name="Source Files"
182
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
183
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
184
- >
185
- <File
186
- RelativePath="..\ruby_prof.c"
187
- >
188
- </File>
189
- </Filter>
190
- <Filter
191
- Name="Header Files"
192
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
193
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
194
- >
195
- <File
196
- RelativePath="..\measure_allocations.h"
197
- >
198
- </File>
199
- <File
200
- RelativePath="..\measure_cpu_time.h"
201
- >
202
- </File>
203
- <File
204
- RelativePath="..\measure_gc_runs.h"
205
- >
206
- </File>
207
- <File
208
- RelativePath="..\measure_gc_time.h"
209
- >
210
- </File>
211
- <File
212
- RelativePath="..\measure_memory.h"
213
- >
214
- </File>
215
- <File
216
- RelativePath="..\measure_process_time.h"
217
- >
218
- </File>
219
- <File
220
- RelativePath="..\measure_wall_time.h"
221
- >
222
- </File>
223
- <File
224
- RelativePath="..\ruby_prof.h"
225
- >
226
- </File>
227
- <File
228
- RelativePath="..\version.h"
229
- >
230
- </File>
231
- </Filter>
232
- <Filter
233
- Name="Resource Files"
234
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
235
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
236
- >
237
- </Filter>
238
- </Files>
239
- <Globals>
240
- </Globals>
241
- </VisualStudioProject>
data/ext/version.h DELETED
@@ -1,4 +0,0 @@
1
- #define RUBY_PROF_VERSION "0.8.1"
2
- #define RUBY_PROF_VERSION_MAJ 0
3
- #define RUBY_PROF_VERSION_MIN 8
4
- #define RUBY_PROF_VERSION_MIC 1