1
0
mirror of https://github.com/DataDog/go-profiler-notes.git synced 2025-07-12 23:50:13 +02:00
closes #17
This commit is contained in:
Felix Geisendörfer
2022-09-26 16:48:04 +02:00
committed by GitHub
parent 6ab2a357b5
commit b82d25329f

View File

@ -202,8 +202,8 @@ The resulting profile will include a new label column and might look something l
|stack trace|label|samples/count|cpu/nanoseconds|
|-|-|-|-|
|main.childWork|user:bob|5|50000000|
|main.childWork|user:alice|2|20000000|
|main.backgroundWork|user:bob|5|50000000|
|main.backgroundWork|user:alice|2|20000000|
|main.work;main.directWork|user:bob|4|40000000|
|main.work;main.directWork|user:alice|3|30000000|