Skip to content

Commit 02f43e0

Browse files
committed
README: Explain total vs. self time
1 parent 81a6f29 commit 02f43e0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ In the "Left Heavy" view, identical stacks are grouped together, regardless of w
8585
### 🥪 Sandwich
8686
![Sandwich View](https://user-images.githubusercontent.com/150329/42108467-76a57baa-7b8f-11e8-815f-1df7b6ac3ede.png)
8787

88-
The Sandwich view is a table view in which you can find a list of all functions and their associated times. You can sort by self time or total time.
89-
It's called "Sandwich" view because if you select one of the rows in the table, you can see flamegraphs for all the callers and callees of the selected
90-
row.
88+
The Sandwich view is a table view in which you can find a list of all functions and their associated times. It's called "Sandwich" view because if you select one of the rows in the table, you can see flamegraphs for all the callers and callees of the selected row. You can sort by total time or self time. Total time is the time spent in a function and all its callees. Self time is the time spent in a function, excluding its callees.
9189

9290

9391
## Navigation

0 commit comments

Comments
 (0)