mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Unify printing for prof counts object
This commit is contained in:
parent
5d292b5660
commit
c8683bee80
2 changed files with 25 additions and 23 deletions
|
|
@ -3437,7 +3437,7 @@ heap_v2/524288
|
|||
[...]
|
||||
@ 0x5f86da8 0x5f5a1dc [...] 0x29e4d4e 0xa200316 0xabb2988 [...]
|
||||
t*: 13: 6688 [0: 0]
|
||||
t3: 12: 6496 [0: ]
|
||||
t3: 12: 6496 [0: 0]
|
||||
t99: 1: 192 [0: 0]
|
||||
[...]
|
||||
|
||||
|
|
@ -3448,9 +3448,9 @@ descriptions of the corresponding fields. <programlisting><![CDATA[
|
|||
<heap_profile_format_version>/<mean_sample_interval>
|
||||
<aggregate>: <curobjs>: <curbytes> [<cumobjs>: <cumbytes>]
|
||||
[...]
|
||||
<thread_3_aggregate>: <curobjs>: <curbytes>[<cumobjs>: <cumbytes>]
|
||||
<thread_3_aggregate>: <curobjs>: <curbytes> [<cumobjs>: <cumbytes>]
|
||||
[...]
|
||||
<thread_99_aggregate>: <curobjs>: <curbytes>[<cumobjs>: <cumbytes>]
|
||||
<thread_99_aggregate>: <curobjs>: <curbytes> [<cumobjs>: <cumbytes>]
|
||||
[...]
|
||||
@ <top_frame> <frame> [...] <frame> <frame> <frame> [...]
|
||||
<backtrace_aggregate>: <curobjs>: <curbytes> [<cumobjs>: <cumbytes>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue