Rasmus Wriedt Larsen
|
1e89388f2b
|
Python: CG trace: Don't abuse example dir
|
2020-07-22 14:22:04 +02:00 |
|
Rasmus Wriedt Larsen
|
9bff615fad
|
Python: CG trace: Handle BUILD_LIST
|
2020-07-21 23:08:33 +02:00 |
|
Rasmus Wriedt Larsen
|
8c8656ccca
|
Python: CG trace: Handle BUILD_TUPLE
|
2020-07-21 23:05:49 +02:00 |
|
Rasmus Wriedt Larsen
|
0d05d96b50
|
Python: CG trace: Handle CALL_FUNCTION_EX
|
2020-07-21 22:54:45 +02:00 |
|
Rasmus Wriedt Larsen
|
3752a25665
|
Python: CG trace: Handle LOAD_DEREF
|
2020-07-21 22:02:25 +02:00 |
|
Rasmus Wriedt Larsen
|
61b1d3eef3
|
Python: CG trace: Handle subscript
|
2020-07-21 21:45:53 +02:00 |
|
Rasmus Wriedt Larsen
|
0a7e6a9938
|
Python: CG trace: Avoid handling jumps for now
|
2020-07-21 20:07:33 +02:00 |
|
Rasmus Wriedt Larsen
|
4e3ae98ddf
|
Python: CG trace: Handle list-comprehension and iteration
Which relies on LOAD_CONST and MAKE_FUNCTION
|
2020-07-21 19:54:59 +02:00 |
|
Rasmus Wriedt Larsen
|
290eb638f9
|
Python: CG trace: Handle SystemExit
otherwise, with-exit would end the tracer without producing any output :|
|
2020-07-21 19:40:58 +02:00 |
|
Rasmus Wriedt Larsen
|
89e8202d11
|
Python: CG trace: Add some tests using classes
|
2020-07-21 11:16:52 +02:00 |
|
Rasmus Wriedt Larsen
|
a1c1ab080b
|
Python: CG trace: Add examples of multiple calls on one line
There are currently 16 InvalidRecordedCall
|
2020-07-20 14:03:37 +02:00 |
|
Rasmus Wriedt Larsen
|
1c2e259970
|
Python: CG trace: Handle builtins
|
2020-07-16 18:04:04 +02:00 |
|
Rasmus Wriedt Larsen
|
92e8e1622c
|
Python: CG trace: move traces to own dir
|
2020-07-16 16:47:23 +02:00 |
|
Rasmus Wriedt Larsen
|
abcc76baec
|
Python: CG trace: use lxml to pretty-print xml
|
2020-07-15 14:48:58 +02:00 |
|
Rasmus Wriedt Larsen
|
ba4207fc90
|
Python: CG trace: sort output before writing/printing
Allows comparing output of one run with another
|
2020-07-15 14:37:41 +02:00 |
|
Rasmus Wriedt Larsen
|
1d9c3b3bcd
|
Python: call-graph tracing: callable => callee
to use consistent naming
|
2020-07-14 14:12:02 +02:00 |
|
Rasmus Wriedt Larsen
|
27d1512a75
|
Python: MWE for call-graph tracing and ql comparison
|
2020-07-07 11:05:03 +02:00 |
|