-
Notifications
You must be signed in to change notification settings - Fork 615
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
weblist output disassembly now contains inlined source. (#235)
weblist output disassembly now contains inlined source. In addition, fixed the line number assigned to instructions from inlined calls. As an illustration, see the before and after output for a "pprof -weblist" command for a simple function: [before](https://ghemawat.github.io/scratch/tmp/list1.html) [after](https://ghemawat.github.io/scratch/tmp/list2.html) Note that in the "before" page, the 7.26 second line cannot be expanded, but in the "after" page clicking on it reveals a wealth of information.
- Loading branch information
Showing
10 changed files
with
333 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.