Skip to content

Commit 1cceecc

Browse files
authored
Initial Python tracer based on runtime_tracing (#33)
- We hook to the PY_START, PY_RETURN and LINE events and can record a simple trace. - We can run the module as on a script like so: ```py python -m codetracer_python_recorder script.py ```
2 parents f760089 + f05cfad commit 1cceecc

File tree

13 files changed

+879
-63
lines changed

13 files changed

+879
-63
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
**/target/
66
build
77
*~
8+
.idea/

0 commit comments

Comments
 (0)