Quickly Find Rust Program Bottlenecks Online Using a Go Tool

It can be hard to find Rust programs’ performance bottlenecks online. By integrating pprof-rs in TiKV, we can use the Go tool pprof to visualize TiKV’s profiling data. This helps analyze the program’s performance online. Read more

Similar