P403n1x87 / echion

Near-zero-overhead, in-process CPython frame stack sampler with async support
MIT License
14 stars 2 forks source link

refactor: remove render header #38

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

We simplify the coding more by removing the small render header and making the functions in it methods of the appropriate classes. We also move some more functions to the more appropriate code unit.