Commit a6e53bb
committed
chore(callgrind): log new_fn_node creation with fn and obj name
Fires once per fn_node, before any call edge is built. Lets us see the
exact obj path string Callgrind stores for a function (e.g. PyEval) so
we can compare it against the obj_skip list independently of any
strcmp result.1 parent 81689f2 commit a6e53bb
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
514 | 518 | | |
515 | 519 | | |
516 | 520 | | |
| |||
0 commit comments