-
Notifications
You must be signed in to change notification settings - Fork 721
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure the namespace #4117
Conversation
17fd953
to
e3f1fcc
Compare
6c929b5
to
10558d0
Compare
, IntM "rts.mutticks" (fromIntegral $ rCentiMut rs) | ||
, IntM "rts.stat.threads" (fromIntegral $ rThreads rs) | ||
[ IntM "Resources.Stat.Cputicks" (fromIntegral $ rCentiCpu rs) | ||
, IntM "Resources.mem.Resident" (fromIntegral $ rRSS rs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jutaro Is it "Resources.mem.Resident"
and not "Resources.Mem.Resident"
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be: Resources.Mem.Resident
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
This is great -- thank you @jutaro ! |
fdbd963
to
2454216
Compare
b21b4fc
to
d6ebd0e
Compare
d6ebd0e
to
3787011
Compare
bors merge |
"Tell the consumer to extend their chain with the given header.\ | ||
\\n\ | ||
"Tell the consumer to extend their chain with the given header. \ | ||
\\n \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the space after the newline intentional?
"Request one or more transactions corresponding to the given \ | ||
\transaction identifiers. \ | ||
\\n\ | ||
"Request one or more transactions corresponding to the given \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the double space intentional?
The message also tells the consumer about the head point of the producer. | ||
*** | ||
> Tell the consumer to extend their chain with the given header. | ||
> The message also tells the consumer about the head point of the producer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this indentation intentional?
|
||
*** | ||
> We forged a block. | ||
> We record the current slot number, the point of the predecessor, the block itself, and the total size of the mempool snapshot at the time we produced the block (which may be significantly larger than the block, due to maximum block size) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can see the double space manifest in this text. Is this intentional?
Build succeeded: |
Restructure the namespace of trace messages to get some logic into it.