You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea is to allow running the trace-events processing on windows. Collecting data can still work only on linux environment. (but it would require split binary to parts one for collecting data other to process collected data).
Adding full support for Windows is, unfortunately, not really feasible. It is certainly possible, but it would require huge changes as basically everything on Windows is different.
However, just getting the analysis part without the profiling part to run on Windows should be pretty easy. It would mostly just be an issue of adding relevant #[cfg(...)] attributes so that Linux-only parts won't be compiled on Windows.
hi, any chance for adding windows support / removing unix dependencies?
The text was updated successfully, but these errors were encountered: