Added display of identation, function index, function names and compiler used when tracing function calls in wasm. R=clemensb@chromium.org Bug: v8:10559 Change-Id: I58b4e7b077365bdee7bae9b5ad8a50178c322147 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2230532 Commit-Queue: Arnaud Robin <arobin@google.com> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/master@{#68198}
15 lines
353 B
Plaintext
15 lines
353 B
Plaintext
1: ~wasm-function[6] "main" {
|
|
2: ~wasm-function[1] "call_23" {
|
|
3: ~wasm-function[0] "ret_23" {
|
|
3: } -> 23
|
|
2: } -> 23
|
|
2: ~wasm-function[3] {
|
|
3: ~wasm-function[2] "ret_57" {
|
|
3: } -> 57
|
|
2: } -> 57
|
|
2: ~wasm-function[4] "ret_0" {
|
|
2: } -> 0.000000
|
|
2: ~wasm-function[5] "ret_1" {
|
|
2: } -> 1.000000
|
|
1: }
|