swift-nio/scripts
Johannes Weiß 5599bfe4c8 add useful dtrace scripts to debug allocations (#352)
Motivation:

dtrace is extrmely useful when debugging allocation related issues. This
adds two scripts that have helped me many times.

Modifications:

- `dev/malloc-aggregation.d` which prints an aggregation of all
  stacks that have allocated
- `dev/boxed-existentials.d` which live prints all allocations of boxed
  existentials

Result:

sharing debugging tools is great
2018-04-25 15:23:09 +01:00
..
generate_docs.sh Generate WebSocket documentation. (#276) 2018-04-04 17:45:52 +01:00
generate_linux_tests.rb Refactors generate_linux_tests script (#236) 2018-03-27 11:36:45 -07:00
integration_tests.sh run integration tests in info mode (#332) 2018-04-18 18:32:40 +01:00
sanity.sh add useful dtrace scripts to debug allocations (#352) 2018-04-25 15:23:09 +01:00