-
Notifications
You must be signed in to change notification settings - Fork 16
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
Showing
7 changed files
with
62 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,9 @@ | ||
begin execution | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
enter decorator: wrapper | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Decorator function before | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Simple function | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Number returned from function: 2 | ||
Decorator function after | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
exit decorator: wrapper | ||
Number returned from exit_decorator: 10 | ||
Number returned from decorated function: 10 | ||
end execution |
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
9 changes: 0 additions & 9 deletions
9
tests/trace_single_hook/decorators/decorator_result_modification/expected.txt
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
39 changes: 39 additions & 0 deletions
39
tests/trace_single_hook/decorators/decorator_runtime_controlflow/expected.txt
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,39 @@ | ||
begin execution | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
enter decorator: wrapper | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Decorator function before | ||
runtime event | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Simple function | ||
runtime event | ||
control flow event | ||
runtime event | ||
runtime event | ||
control flow event | ||
Decorator function after | ||
runtime event | ||
control flow event | ||
runtime event | ||
control flow event | ||
exit decorator: wrapper | ||
end execution |
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