Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,269
Issues
4,269
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
413
Merge Requests
413
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
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
Glasgow Haskell Compiler
GHC
Commits
06beed68
Commit
06beed68
authored
Jan 01, 2021
by
Douglas Wilson
Committed by
Marge Bot
Jan 09, 2021
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rts: stats: Fix calculation for fragmentation
parent
f49d6fb2
Pipeline
#29706
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
rts/Stats.c
rts/Stats.c
+1
-1
No files found.
rts/Stats.c
View file @
06beed68
...
...
@@ -1399,7 +1399,7 @@ stat_exitReport (void)
*
BLOCKS_PER_MBLOCK
*
BLOCK_SIZE_W
-
hw_alloc_blocks
*
BLOCK_SIZE_W
)
/
(
uint64_t
)
sizeof
(
W_
);
*
(
uint64_t
)
sizeof
(
W_
);
sum
.
average_bytes_used
=
stats
.
major_gcs
==
0
?
0
:
stats
.
cumulative_live_bytes
/
stats
.
major_gcs
,
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!4704 (closed)
·
Jan 10, 2021
mentioned in merge request
!4704 (closed)
mentioned in merge request !4704
Toggle commit list
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