summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-05-06other: Remove vscode folder (#461)Clement Tsang
Removes the .vscode folder.
2021-04-07refactor: Unify disk conversion to string step (#446)Clement Tsang
Refactor to unify the process disk usage -> string into one function.
2020-12-11refactor: Another small optimization pass (#350)Clement Tsang
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
2020-12-10bug: Fix some performance regressions (#344)Clement Tsang
Fixes some performance regressions and forgotten cleanup. Changes to attempt to improve performance to match 0.4.x: - Remove `trace!` and `--debug` for now. These were a significant hog. Removing this dropped initial memory usage by about half. - Add additional cleaning step for `pid_mapping` during process harvesting. This should hopefully improve memory usage as time goes on. - Slightly change how we do sorting to hopefully be a bit more optimal? This was just an easy change to make that I spotted. - Fix broken cleaning child thread task.
2020-08-22ci: Add winget template generation (#199)Clement Tsang
Adds winget CI generation.
2020-05-20chore: add vscode word dictClementTsang
2020-04-08chore: Add Cargo.lock back in0.3.0-2ClementTsang
2020-02-28[skip travis] Update .gitignore to ignore .ideaClementTsang
2020-02-23Added named colour support + rgb colour support in config files.ClementTsang
2020-01-21Updated cargo and .gitignoreClementTsang
2020-01-10Added new way of calculating the table widths in order to avoid some tui-rs ↵ClementTsang
bug causing the lines to freak out.
2020-01-09[skip travis] Update recording.ClementTsang
2020-01-07Base building blocks of grouped process functionalityClementTsang
2019-12-26[skip travis] Update gitignoreClementTsang
2019-09-16[skip travis] Update .gitignore to please cargo.ClementTsang
2019-09-15Modified .gitignore.ClementTsang
2019-09-04Update .gitignore.ClementTsang