mirror of
https://github.com/CrystalSplitter/ghcitui.git
synced 2024-11-29 22:02:34 +03:00
Add section on profiling in CONTRIBUTING.md
This commit is contained in:
parent
bf93aeecda
commit
c6bebb787f
@ -19,6 +19,15 @@ Though there are some notable diverges, some of which are listed below.
|
||||
- Try to limit lines to 100 characters, but no _hard_ limit.
|
||||
- Let the auto-formatter handle spacing/alignment.
|
||||
|
||||
## Profiling
|
||||
|
||||
GHCiTUI has some fairly strict runtime requirements, as it needs to have a
|
||||
snappy response time to events. Therefore, it's important to profile
|
||||
large changes and report on that profiling.
|
||||
|
||||
The `profiteur` tool (https://github.com/jaspervdj/profiteur) does an
|
||||
excellent job of visualising these profiles.
|
||||
|
||||
# Contributor Covenant Code of Conduct
|
||||
|
||||
## Our Pledge
|
||||
|
Loading…
Reference in New Issue
Block a user