Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
10e77120
Commit
10e77120
authored
Sep 15, 2016
by
John van Groningen
Browse files
remove version resource from heap and time profiler on Windows
parent
a515a6f0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
WinHeapProfile.prj
View file @
10e77120
Version: 1.4
Global
Built: True
ProjectRoot: .
Target: Everything
Exec: {Project}\ShowHeapProfile.exe
CodeGen
...
...
@@ -16,12 +16,15 @@ Global
ShowGC: False
ShowStackSize: False
MarkingCollector: True
DisableRTSFlags: False
StandardRuntimeEnv: True
Profile
Memory: False
MemoryMinimumHeapSize: 4194304
Time: False
Stack: False
Dynamics: False
DescExL: False
Output
Output: NoConsole
Font: Courier
...
...
@@ -30,9 +33,10 @@ Global
Link
LinkMethod: Static
GenerateRelocations: False
GenerateSymbolTable: False
GenerateLinkMap: False
LinkResources:
Tru
e
ResourceSource:
{Project}\WinSupport\winHeap.rsrc
LinkResources:
Fals
e
ResourceSource:
GenerateDLL: False
ExportedNames:
Paths
...
...
@@ -46,3 +50,14 @@ Global
MainModule
Name: heapprofiler
Dir: {Project}\HeapProfile
Compiler
NeverMemoryProfile: False
NeverTimeProfile: False
StrictnessAnalysis: True
ListTypes: StrictExportTypes
ListAttributes: True
Warnings: True
Verbose: True
ReadableABC: False
ReuseUniqueNodes: True
Fusion: False
WinHeapProfile64.prj
View file @
10e77120
This diff is collapsed.
Click to expand it.
WinTimeProfile.prj
View file @
10e77120
Version: 1.4
Global
Built: True
ProjectRoot: .
Target: Everything
Exec: {Project}\ShowTimeProfile.exe
CodeGen
...
...
@@ -16,12 +16,15 @@ Global
ShowGC: False
ShowStackSize: False
MarkingCollector: False
DisableRTSFlags: False
StandardRuntimeEnv: True
Profile
Memory: False
MemoryMinimumHeapSize: 0
Time: False
Stack: False
Dynamics: False
DescExL: False
Output
Output: NoConsole
Font: Courier
...
...
@@ -30,9 +33,10 @@ Global
Link
LinkMethod: Static
GenerateRelocations: False
GenerateSymbolTable: False
GenerateLinkMap: False
LinkResources:
Tru
e
ResourceSource:
{Project}\WinSupport\winTime.rsrc
LinkResources:
Fals
e
ResourceSource:
GenerateDLL: False
ExportedNames:
Paths
...
...
@@ -46,3 +50,14 @@ Global
MainModule
Name: timeprofiler
Dir: {Project}\TimeProfile
Compiler
NeverMemoryProfile: False
NeverTimeProfile: False
StrictnessAnalysis: True
ListTypes: StrictExportTypes
ListAttributes: True
Warnings: True
Verbose: True
ReadableABC: False
ReuseUniqueNodes: True
Fusion: False
WinTimeProfile64.prj
View file @
10e77120
Version: 1.4
Global
Built: True
ProjectRoot: .
Target: Object IO 64
Exec: {Project}\ShowTimeProfile.exe
CodeGen
...
...
@@ -16,12 +16,15 @@ Global
ShowGC: False
ShowStackSize: False
MarkingCollector: False
DisableRTSFlags: False
StandardRuntimeEnv: True
Profile
Memory: False
MemoryMinimumHeapSize: 0
Time: False
Stack: False
Dynamics: False
DescExL: False
Output
Output: NoConsole
Font: Courier
...
...
@@ -30,9 +33,10 @@ Global
Link
LinkMethod: Static
GenerateRelocations: False
GenerateSymbolTable: False
GenerateLinkMap: False
LinkResources:
Tru
e
ResourceSource:
{Project}\WinSupport\winTime.rsrc
LinkResources:
Fals
e
ResourceSource:
GenerateDLL: False
ExportedNames:
Paths
...
...
@@ -48,3 +52,14 @@ Global
MainModule
Name: timeprofiler
Dir: {Project}\TimeProfile
Compiler
NeverMemoryProfile: False
NeverTimeProfile: False
StrictnessAnalysis: True
ListTypes: StrictExportTypes
ListAttributes: True
Warnings: True
Verbose: True
ReadableABC: False
ReuseUniqueNodes: True
Fusion: False
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment