Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows support #12

Open
malaskow opened this issue Dec 9, 2019 · 2 comments
Open

Windows support #12

malaskow opened this issue Dec 9, 2019 · 2 comments

Comments

@malaskow
Copy link

malaskow commented Dec 9, 2019

hi, any chance for adding windows support / removing unix dependencies?

@olorin37
Copy link

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).

@koute
Copy link
Owner

koute commented Jan 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants