提交 47d302f1 编写于 作者: D Denghui Dong

Revert "[JFR] Remove useless fields of ThreadAllocationStatistics"

This reverts commit e1d80ec1.
上级 d8dc79bf
......@@ -891,6 +891,8 @@ Declares a structure type that can be used in other events.
<event id="ThreadAllocationStatistics" path="java/statistics/thread_allocation" label="Thread Allocation Statistics"
is_requestable="true">
<value type="BYTES64" field="allocated" label="Allocated" description="Approximate number of bytes allocated since thread start"/>
<value type="BYTES64" field="stackUsed" label="StackUsed" description="The number of bytes used(Virtual Memory) by thread stack"/>
<value type="BYTES64" field="stackPhysicalUsed" label="StackPhysicalUsed" description="The number of bytes used(Physical Memory) by thread stack"/>
<value type="THREAD" field="thread" label="Thread"/>
</event>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册