rs_tracing icon indicating copy to clipboard operation
rs_tracing copied to clipboard

a rust trace profiler that outputs to chrome trace-viewer format (chrome://tracing).

Results 1 rs_tracing issues
Sort by recently updated
recently updated
newest added

Event writing is currently blocking - https://github.com/andjo403/rs_tracing/blob/master/src/lib.rs#L287 - which has two effects - it adds in-process latency and it will also add IO contention when the process is a particularly...