async-tracer icon indicating copy to clipboard operation
async-tracer copied to clipboard

Trace all async operations, output as newline delimited JSON logs, with minimal overhead.

Results 1 async-tracer issues
Sort by recently updated
recently updated
newest added

we could filter by `op` - e.g. `FSREQ` `area` - e.g. `dns` probably not `stack`, where `op` and `area` is a quick equality check, which saves unnecessary writes, a stack...