P403n1x87 / echion

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

feat: handle interval units #59

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

We allow passing in interval units, such as ms and s, as a way to abbreviate large microsecond intervals (e.g. 10ms instead of 10000).