We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ETLSmasher is a very small console application that can reduce the size of .etl event race logs.
If you would like to try, check the Releases
If you would like to contribute; https://github.com/itoleck/ETLSmasher
Also, a more general Windows performance repository is available with scripts, commands, profiles and more; WindowsPerformance
ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true --removeproviders:ed54dff8-c409-4cf6-bf83-05e1e61a09c4 --removetimeafter:60000
ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true --removeproviders:ed54dff8-c409-4cf6-bf83-05e1e61a09c4
ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --removetimeafter:60000
ETLSmasher.exe --infile:"z:\temp\cpufreq.etl" --outfile:"z:\temp\cpufreq_compressed.etl" --compress:true
The text was updated successfully, but these errors were encountered:
itoleck
No branches or pull requests
ETLSmasher is a very small console application that can reduce the size of .etl event race logs.
If you would like to try, check the Releases
If you would like to contribute; https://github.com/itoleck/ETLSmasher
Also, a more general Windows performance repository is available with scripts, commands, profiles and more; WindowsPerformance
Usage
The text was updated successfully, but these errors were encountered: