Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clean-ide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
clean-and-itasks
clean-ide
Commits
10e77120
Commit
10e77120
authored
Sep 15, 2016
by
John van Groningen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove version resource from heap and time profiler on Windows
parent
a515a6f0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
60 additions
and
3334 deletions
+60
-3334
WinHeapProfile.prj
WinHeapProfile.prj
+18
-3
WinHeapProfile64.prj
WinHeapProfile64.prj
+6
-3325
WinTimeProfile.prj
WinTimeProfile.prj
+18
-3
WinTimeProfile64.prj
WinTimeProfile64.prj
+18
-3
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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