mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
8c4ad90e67
Making some small changes that would hopefully improve performance a bit. - Remove redundant string generations for CPU data conversion - Switch to fnv for PID hashmap and hashsets - Use buffered reading to avoid having to store too many lines as strings
27 lines
306 B
Text
27 lines
306 B
Text
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
# Logging
|
|
*.log
|
|
|
|
# Flamegraph stuff
|
|
rust-unmangle
|
|
*.svg
|
|
*.data
|
|
*.data.old
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
|
|
# Heaptrack files
|
|
*.zst
|
|
|
|
# For testing
|
|
sample_configs/testing.toml
|
|
|
|
# Wix
|
|
/wix/
|