tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.3k stars 99 forks source link

Testing for windows #122

Open Jardynq opened 2 years ago

Jardynq commented 2 years ago

Removed any linux dependency that was interfering with compilation.

Added a new worker thread, that enumerates all other threads and grabs that backtrace using the forked backtrace-rs.

Jardynq commented 2 years ago

@aminya Of course. I just removed it for testing purposes. It might make sense to move each implementation into their own file.

aminya commented 2 years ago

@Jardynq Yeah, if the goal is to merge this, we should probably do so.