-
Notifications
You must be signed in to change notification settings - Fork 612
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d64e368
commit 68e5354
Showing
4 changed files
with
59 additions
and
74 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Total: 11 | ||
ROUTINE ======================== bar in testdata/source1 | ||
-10 -10 (flat, cum) 90.91% of Total | ||
. . 5:source1 line 5; | ||
. . 6:source1 line 6; | ||
. . 7:source1 line 7; | ||
. . 8:source1 line 8; | ||
. . 9:source1 line 9; | ||
-10 -10 10:source1 line 10; | ||
. . 11:source1 line 11; | ||
. . 12:source1 line 12; | ||
. . 13:source1 line 13; | ||
. . 14:source1 line 14; | ||
. . 15:source1 line 15; | ||
ROUTINE ======================== foo in testdata/source1 | ||
0 -10 (flat, cum) 90.91% of Total | ||
. . 1:source1 line 1; | ||
. . 2:source1 line 2; | ||
. . 3:source1 line 3; | ||
. -10 4:source1 line 4; | ||
. . 5:source1 line 5; | ||
. . 6:source1 line 6; | ||
. . 7:source1 line 7; | ||
. . 8:source1 line 8; | ||
. . 9:source1 line 9; | ||
ROUTINE ======================== main in testdata/source1 | ||
-1 -11 (flat, cum) 100% of Total | ||
. . 1:source1 line 1; | ||
-1 -11 2:source1 line 2; | ||
. . 3:source1 line 3; | ||
. . 4:source1 line 4; | ||
. . 5:source1 line 5; | ||
. . 6:source1 line 6; | ||
. . 7:source1 line 7; |